feat: created Drsquatch header component and json file

This commit is contained in:
Nam Doan
2025-11-27 15:04:56 +07:00
parent b76719fb32
commit 09b01f1d6b
9 changed files with 194 additions and 10 deletions
@@ -101,7 +101,7 @@ const MegaMenu = ({
key={category.id}
href={`/categories/${category.handle}`}
className={clx(
"hover:bg-neutral-100 hover:cursor-pointer rounded-full px-3 py-2 w-fit font-medium",
"hover:bg-neutral-100 text-black hover:cursor-pointer rounded-full px-3 py-2 w-fit font-medium",
selectedCategory === category.id && "bg-neutral-100"
)}
onMouseEnter={() => handleCategoryHover(category.id)}