mobile improvements

This commit is contained in:
Mckay Wrigley
2023-03-18 04:29:39 -06:00
parent fa4e27a164
commit fad67499e7
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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)}
/>
)}