From a3310f09f324054f1838166289b996c6dce68dd3 Mon Sep 17 00:00:00 2001 From: Kara Sune Date: Fri, 2 Jan 2026 08:34:59 +0100 Subject: [PATCH] fix: horizontal scrolling in top navigation --- apps/www/components/ex-header.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/www/components/ex-header.tsx b/apps/www/components/ex-header.tsx index c5b3b1d..46eb791 100644 --- a/apps/www/components/ex-header.tsx +++ b/apps/www/components/ex-header.tsx @@ -38,14 +38,14 @@ export const ExampleHeeader = () => { -
-
-
    +
    +
    +
      {menuItems.map((item, index) => (
    • + className="text-muted-foreground hover:text-accent-foreground block duration-150 whitespace-nowrap"> {item.name}