increase sidebar btn

This commit is contained in:
Mckay Wrigley
2023-03-18 04:48:59 -06:00
parent 3fecd56d22
commit ef31d6ec28
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -246,6 +246,7 @@ 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}
onClick={() => setShowSidebar(!showSidebar)}
/>
)}