From 56702b26ac004ec08ef28f4915f6314f2a753fdd Mon Sep 17 00:00:00 2001 From: Macoy Jackson Date: Mon, 31 Aug 2026 15:36:10 -0700 Subject: [PATCH] navbar: add divider line to the right of Shop Each desktop nav item carries a border-l, so the group ended flush against the social icons with no rule after Shop. Add border-r to the desktop links container to close it off. Co-Authored-By: Claude Opus 5 (1M context) --- src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 5a5d7d01..6942adf8 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -82,7 +82,7 @@ export default function Navbar() { )} {/* Desktop links */} -
+
{navLinks.map((link) => link.external ? (