refactoring [WIP]

This commit is contained in:
daniel31x13
2023-11-30 06:13:42 -05:00
parent 5850a423f9
commit cfc308f521
5 changed files with 100 additions and 109 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export default function Navbar() {
const closeNewCollectionModal = () => setNewCollectionModalIsOpen(false);
return (
<div className="flex justify-between gap-2 items-center px-5 py-2 border-solid border-b-neutral-content border-b">
<div className="flex justify-between gap-2 items-center px-4 py-2 border-solid border-b-neutral-content border-b">
<div
onClick={toggleSidebar}
className="text-neutral btn btn-square btn-sm btn-ghost lg:hidden"