diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 80e99e29..8d42b6ff 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -61,6 +61,7 @@ const databaseCharactersHref = $derived(localizeHref('/database/characters')) const databaseWeaponsHref = $derived(localizeHref('/database/weapons')) const databaseSummonsHref = $derived(localizeHref('/database/summons')) + const databaseWeaponSeriesHref = $derived(localizeHref('/database/weapon-series')) // Database route detection const isDatabaseRoute = $derived($page.url.pathname.startsWith(localizeHref('/database'))) @@ -179,6 +180,21 @@ Summons +