update(EmptyChat): EmptyChat theme switcher hide on lg screen
This commit is contained in:
parent
4eadc0c797
commit
6a2f4b8ebf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue