diff --git a/ui/components/EmptyChat.tsx b/ui/components/EmptyChat.tsx index 2cb3328..b947404 100644 --- a/ui/components/EmptyChat.tsx +++ b/ui/components/EmptyChat.tsx @@ -11,16 +11,19 @@ const EmptyChat = ({ setFocusMode: (mode: string) => void; }) => { return ( -
+
-

- Research begins here. -

- + +
+

+ Research begins here. +

+ +
); }; diff --git a/ui/components/Navbar.tsx b/ui/components/Navbar.tsx index 4159161..c64dbd0 100644 --- a/ui/components/Navbar.tsx +++ b/ui/components/Navbar.tsx @@ -49,9 +49,10 @@ const Navbar = ({ messages }: { messages: Message[] }) => {

{timeAgo} ago

{title}

-
- + + +