From 5e024b0f29152eec7e23c7c06c736f82c1fff40a Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Fri, 15 May 2026 18:47:08 +0200 Subject: [PATCH] Nav: move Activity link before Log out --- src/layouts/Base.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 3747c2e..3dc4d98 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -146,10 +146,10 @@ const activityUrl = import.meta.env.PUBLIC_ACTIVITY_URL ?? 'https://activity.bin - {activityUrl && ( )} + {activityUrl && ( )} +