update(EmptyChat): EmptyChat theme switcher hide on lg screen

This commit is contained in:
WanQuanXie 2024-05-28 11:29:04 +08:00
parent 4eadc0c797
commit 6a2f4b8ebf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const EmptyChat = ({
}) => { }) => {
return ( 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"> <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"> <h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">
Research begins here. Research begins here.
</h2> </h2>