Plethora of changes

This commit is contained in:
augmentedpotato
2026-04-19 10:33:17 -06:00
parent fe0b00bcd1
commit 33bb0a3ad7
8 changed files with 19 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ export default function DisplayNav() {
return (
<nav className="fixed top-0 left-0 w-full bg-[#e68672] shadow-[0_2px_10px_rgba(0,0,0,0.1)] z-[1000] px-8 py-2 grid [grid-template-columns:1fr_auto_1fr] items-center min-h-[70px] max-[1100px]:px-4">
<Link href="/" onClick={closeMenu}>
<Image className="mx-3" src="/logo_simple.png" alt="store_logo" width={50} height={50} id="logo" loading="eager" />
<Image className="mx-3" src="/logo.png" alt="store_logo" width={50} height={50} id="logo" loading="eager" />
</Link>
{/* Desktop nav links */}