From 7add46d7207984599ca15da5cdd2d6a08b0583f6 Mon Sep 17 00:00:00 2001 From: Xtrah <12988459+Xtrah@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:13:52 +0200 Subject: [PATCH] update sitename --- src/apps/chat/components/composer/Composer.tsx | 6 +++--- src/common/app.config.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/chat/components/composer/Composer.tsx b/src/apps/chat/components/composer/Composer.tsx index 1fb49a2930..dc633800fe 100644 --- a/src/apps/chat/components/composer/Composer.tsx +++ b/src/apps/chat/components/composer/Composer.tsx @@ -778,12 +778,12 @@ export function Composer(props: { {/* [mobile] bottom-corner secondary button */} - {isMobile && (showChatExtras + {/* {isMobile && (showChatExtras ? : isDraw ? : - )} + )} */} {/* Responsive Send/Stop buttons */} {/* [desktop] Call secondary button */} - {showChatExtras && } + {/* {showChatExtras && } */} {/* [desktop] Draw Options secondary button */} {isDraw && } diff --git a/src/common/app.config.ts b/src/common/app.config.ts index 47df4c5144..4af7313c97 100644 --- a/src/common/app.config.ts +++ b/src/common/app.config.ts @@ -8,8 +8,8 @@ */ export const Brand = { Title: { - Base: 'Kantega AI chat', - Common: (process.env.NODE_ENV === 'development' ? '[DEV] ' : '') + 'big-AGI', + Base: 'KanChat', + Common: (process.env.NODE_ENV === 'development' ? '[DEV] ' : '') + 'KanChat', }, Meta: { Description: 'Launch big-AGI to unlock the full potential of AI, with precise control over your data and models. Voice interface, AI personas, advanced features, and fun UX.',