diff --git a/apps/desktop/public/assets/char-logo-icon-black.svg b/apps/desktop/public/assets/char-logo-icon-black.svg new file mode 100644 index 0000000000..22b1a6d720 --- /dev/null +++ b/apps/desktop/public/assets/char-logo-icon-black.svg @@ -0,0 +1,4 @@ + + + + diff --git a/apps/desktop/src/chat/components/body/empty.tsx b/apps/desktop/src/chat/components/body/empty.tsx index a35c5f5a21..afa4d85457 100644 --- a/apps/desktop/src/chat/components/body/empty.tsx +++ b/apps/desktop/src/chat/components/body/empty.tsx @@ -58,7 +58,11 @@ export function ChatBodyEmpty({
- Char + Char Char AI @@ -83,8 +87,12 @@ export function ChatBodyEmpty({ return (
-
- Char +
+ Char Char AI
diff --git a/apps/desktop/src/chat/components/header.tsx b/apps/desktop/src/chat/components/header.tsx index 3642d1485b..a3b5cf6b8d 100644 --- a/apps/desktop/src/chat/components/header.tsx +++ b/apps/desktop/src/chat/components/header.tsx @@ -120,7 +120,11 @@ function ChatGroups({ variant="ghost" className="group flex h-auto max-w-full min-w-0 justify-start gap-2 px-2 py-1.5" > - + Char

{currentChatTitle || "Ask Char anything"}

diff --git a/apps/desktop/src/chat/components/trigger.tsx b/apps/desktop/src/chat/components/trigger.tsx index 3c2cacf226..4c9d10a19f 100644 --- a/apps/desktop/src/chat/components/trigger.tsx +++ b/apps/desktop/src/chat/components/trigger.tsx @@ -46,7 +46,7 @@ export function ChatTrigger({ onClick={onClick} className={cn([ "fixed right-4 z-40", - "flex h-14 flex-row items-center justify-center gap-1 rounded-full px-4", + "flex h-14 flex-row items-center justify-center gap-2 rounded-full px-4", "bg-white shadow-lg hover:shadow-xl", "border border-neutral-200", "transition-all duration-200 ease-out", @@ -59,9 +59,9 @@ export function ChatTrigger({ ])} > Chat Assistant Chat with notes ,