From 778172b42fd623ea7a98d1b234903327b7c39b20 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Jul 2025 16:47:44 +0200 Subject: [PATCH] fix: :bug: missing trailing slash confuses routing --- src/components/analytics-banner.webc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/analytics-banner.webc b/src/components/analytics-banner.webc index 8e079a6..37494ea 100644 --- a/src/components/analytics-banner.webc +++ b/src/components/analytics-banner.webc @@ -30,7 +30,7 @@

📊 Analytics 💡 May I collect some anonymized data about the device you use - to view this site? I won't know who you are. See: Privacy Policy + to view this site? I won't know who you are. See: Privacy Policy

Yeah sure Nope @@ -54,8 +54,6 @@ var(--clr-box-gradient-end) 50% ); - box-shadow: 0.125em 0.125em 0.75em 0.25em var(--clr-box-shadow); - margin: 1em; border: none; border-radius: 1em;