From 2ae5846b3d016387c4b8a72fce40a68917e0c342 Mon Sep 17 00:00:00 2001 From: WanQuanXie Date: Mon, 3 Jun 2024 18:54:12 +0800 Subject: [PATCH] fix(ui): ui compile fail remove both of them, a new feature is coming soon - mobile device support setting navbar --- ui/components/EmptyChat.tsx | 2 -- ui/components/Navbar.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/ui/components/EmptyChat.tsx b/ui/components/EmptyChat.tsx index 2aade48..1efedf8 100644 --- a/ui/components/EmptyChat.tsx +++ b/ui/components/EmptyChat.tsx @@ -12,8 +12,6 @@ const EmptyChat = ({ }) => { return (
- -

Research begins here. diff --git a/ui/components/Navbar.tsx b/ui/components/Navbar.tsx index 0123267..9f3da92 100644 --- a/ui/components/Navbar.tsx +++ b/ui/components/Navbar.tsx @@ -50,8 +50,6 @@ const Navbar = ({ messages }: { messages: Message[] }) => {

{title}

- -