fix(ui): ui compile fail

remove both of them, a new feature is coming soon -  mobile device support setting navbar
This commit is contained in:
WanQuanXie 2024-06-03 18:54:12 +08:00
parent 21b315d14b
commit 2ae5846b3d
2 changed files with 0 additions and 4 deletions

View File

@ -12,8 +12,6 @@ const EmptyChat = ({
}) => { }) => {
return ( return (
<div className="relative"> <div className="relative">
<ThemeSwitcher size={17} className="absolute top-2 right-0 lg:hidden" />
<div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8"> <div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8">
<h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8"> <h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">
Research begins here. Research begins here.

View File

@ -50,8 +50,6 @@ const Navbar = ({ messages }: { messages: Message[] }) => {
</div> </div>
<p className="hidden lg:flex">{title}</p> <p className="hidden lg:flex">{title}</p>
<ThemeSwitcher size={17} className="lg:hidden ml-auto mr-4" />
<div className="flex flex-row items-center space-x-4"> <div className="flex flex-row items-center space-x-4">
<Share <Share
size={17} size={17}