adjust sidebar btn

This commit is contained in:
Mckay Wrigley 2023-03-18 04:49:22 -06:00
parent ef31d6ec28
commit f8b02cde19
1 changed files with 2 additions and 2 deletions

View File

@ -245,8 +245,8 @@ export default function Home() {
/>
) : (
<IconArrowBarRight
className="absolute top-2 left-4 text-black dark:text-white cursor-pointer hover:text-gray-400 dark:hover:text-gray-300"
size={38}
className="absolute top-1 left-4 text-black dark:text-white cursor-pointer hover:text-gray-400 dark:hover:text-gray-300"
size={32}
onClick={() => setShowSidebar(!showSidebar)}
/>
)}