From eeee7170ce56df1bfb53c20fab82a2b692e05071 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 18 Dec 2025 23:14:57 -0800 Subject: [PATCH] add artifact skills to database nav --- src/lib/components/Navigation.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index e2042c51..7665353a 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -66,6 +66,7 @@ const databaseJobsHref = $derived(localizeHref('/database/jobs')) const databaseSeriesHref = $derived(localizeHref('/database/series')) const databaseGwEventsHref = $derived(localizeHref('/database/gw-events')) + const databaseArtifactSkillsHref = $derived(localizeHref('/database/artifact-skills')) // Database route detection const isDatabaseRoute = $derived($page.url.pathname.startsWith(localizeHref('/database'))) @@ -247,6 +248,9 @@ Unite & Fight + + Artifact Skills +