From c096fc1dfda1a36b9f4df1a4c5a1051922efd1cb Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 2 Aug 2025 23:02:25 +0200 Subject: [PATCH] feat: :sparkles: add home button to navigate back to character select When deep-linking character pages there's no way for a visitor to know there's other characters as well --- src/components/navigation.webc | 39 ++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/src/components/navigation.webc b/src/components/navigation.webc index d6a83ce..0c4c3ab 100644 --- a/src/components/navigation.webc +++ b/src/components/navigation.webc @@ -1,4 +1,5 @@