From 6a2f4b8ebfb0e1c6e5cb4cec89a5a317cc5a99e5 Mon Sep 17 00:00:00 2001
From: WanQuanXie <i2cherry941219@gmail.com>
Date: Tue, 28 May 2024 11:29:04 +0800
Subject: [PATCH] update(EmptyChat): EmptyChat theme switcher hide on lg screen

---
 ui/components/EmptyChat.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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