update css vars

This commit is contained in:
Rami Bitar
2026-05-08 14:55:17 -04:00
parent 564c98c805
commit 6706a11f7b
21 changed files with 2513 additions and 97 deletions

View File

@@ -80,12 +80,13 @@ export function Navigation({
<div className="flex items-center gap-1">
{showSearch === "yes" && (
<button
<Link
to="/search"
aria-label="Search"
className="hidden h-10 w-10 items-center justify-center rounded-full transition-colors hover:bg-foreground/5 md:inline-flex"
>
<Search size={18} strokeWidth={1.5} />
</button>
</Link>
)}
{showCart === "yes" && (
<button