From c529297129e7f532c6d428ce6428cb5f34b2ca6d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 15 Jun 2025 14:17:57 +0200 Subject: Fix horizontal scroll on small screens and remove counts --- src/components/NameLink.astro | 2 +- src/pages/index.astro | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/components/NameLink.astro b/src/components/NameLink.astro index 8ceb7e1..35f2916 100644 --- a/src/components/NameLink.astro +++ b/src/components/NameLink.astro @@ -22,7 +22,7 @@ const sizeClasses = { }; --- - + {nameParts.map((part, index) => ( <> {index > 0 && " "} diff --git a/src/pages/index.astro b/src/pages/index.astro index 0a29f75..afc872e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -103,9 +103,6 @@ const url = "https://namehack.club"; > 💎 Members - ({members.length})