mobile improvements
This commit is contained in:
+1
-1
@@ -245,7 +245,7 @@ export default function Home() {
|
||||
/>
|
||||
) : (
|
||||
<IconArrowBarRight
|
||||
className="absolute top-4 left-4 text-black dark:text-white cursor-pointer hover:text-gray-400 dark:hover:text-gray-300"
|
||||
className="absolute top-2 left-4 text-black dark:text-white cursor-pointer hover:text-gray-400 dark:hover:text-gray-300"
|
||||
onClick={() => setShowSidebar(!showSidebar)}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user