From 422912afb8435aff9b292c16707797ef6ff80625 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Tue, 16 Jun 2026 23:00:32 +0300 Subject: [PATCH] chore(fork): rebrand logo text from Docmost to Gitmost Update the app logo name (sidebar header and login page), including the image alt and aria-label, from "Docmost" to "Gitmost". --- apps/client/src/components/layouts/global/app-header.tsx | 6 +++--- apps/client/src/features/auth/components/auth-layout.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/client/src/components/layouts/global/app-header.tsx b/apps/client/src/components/layouts/global/app-header.tsx index 196c8837..c2cfae16 100644 --- a/apps/client/src/components/layouts/global/app-header.tsx +++ b/apps/client/src/components/layouts/global/app-header.tsx @@ -67,11 +67,11 @@ export function AppHeader() { /> - + Docmost @@ -82,7 +82,7 @@ export function AppHeader() { style={{ userSelect: "none" }} visibleFrom="sm" > - Docmost + Gitmost diff --git a/apps/client/src/features/auth/components/auth-layout.tsx b/apps/client/src/features/auth/components/auth-layout.tsx index e893c5a7..ef874371 100644 --- a/apps/client/src/features/auth/components/auth-layout.tsx +++ b/apps/client/src/features/auth/components/auth-layout.tsx @@ -12,12 +12,12 @@ export function AuthLayout({ children }: AuthLayoutProps) { Docmost - Docmost + Gitmost
{children}