Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
update sitename
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtrah committed Sep 25, 2024
1 parent fba0cdc commit 7add46d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/apps/chat/components/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -778,12 +778,12 @@ export function Composer(props: {
<Box sx={isMobile ? { display: 'flex' } : { display: 'grid', gap: 1 }}>

{/* [mobile] bottom-corner secondary button */}
{isMobile && (showChatExtras
{/* {isMobile && (showChatExtras
? <ButtonCallMemo isMobile disabled={!props.conversationId || !chatLLMId} onClick={handleCallClicked} />
: isDraw
? <ButtonOptionsDraw isMobile onClick={handleDrawOptionsClicked} sx={{ mr: { xs: 1, md: 2 } }} />
: <IconButton disabled sx={{ mr: { xs: 1, md: 2 } }} />
)}
)} */}

{/* Responsive Send/Stop buttons */}
<ButtonGroup
Expand Down Expand Up @@ -859,7 +859,7 @@ export function Composer(props: {
{isDesktop && <Box sx={{ mt: 'auto', display: 'grid', gap: 1 }}>

{/* [desktop] Call secondary button */}
{showChatExtras && <ButtonCallMemo disabled={!props.conversationId || !chatLLMId} onClick={handleCallClicked} />}
{/* {showChatExtras && <ButtonCallMemo disabled={!props.conversationId || !chatLLMId} onClick={handleCallClicked} />} */}

{/* [desktop] Draw Options secondary button */}
{isDraw && <ButtonOptionsDraw onClick={handleDrawOptionsClicked} />}
Expand Down
4 changes: 2 additions & 2 deletions src/common/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 7add46d

Please sign in to comment.