From e5eadc69f2dbd5491328755644705379af90a478 Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Fri, 10 Apr 2026 19:20:00 +0200 Subject: [PATCH] fix: remove double px-4 on user profile page headers --- site/src/pages/u/[handle]/athlete/index.astro | 2 +- site/src/pages/u/[handle]/index.astro | 2 +- site/src/pages/u/[handle]/stats/index.astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/src/pages/u/[handle]/athlete/index.astro b/site/src/pages/u/[handle]/athlete/index.astro index 137186d..705f7bf 100644 --- a/site/src/pages/u/[handle]/athlete/index.astro +++ b/site/src/pages/u/[handle]/athlete/index.astro @@ -20,7 +20,7 @@ const indexUrl = `${mergedBase}index.json`; const athleteUrl = `${mergedBase}athlete.json`; --- -
+

@{handle}

diff --git a/site/src/pages/u/[handle]/index.astro b/site/src/pages/u/[handle]/index.astro index 2193f97..a5ea76e 100644 --- a/site/src/pages/u/[handle]/index.astro +++ b/site/src/pages/u/[handle]/index.astro @@ -20,7 +20,7 @@ const { handle, shardUrl } = Astro.props as { handle: string; shardUrl: string } const base = import.meta.env.BASE_URL; --- -
+

@{handle}