aboutsummaryrefslogtreecommitdiff
path: root/src/routes/+layout.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/+layout.svelte')
-rw-r--r--src/routes/+layout.svelte5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index e8fb9f9b..cc09bb94 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -113,8 +113,9 @@
<Dropdown
items={[
{ name: $locale().navigation.subtitleSchedule, url: root('/schedule') },
- { name: $locale().navigation.newReleases, url: root('/updates') },
- { name: $locale().tools.tool.characterBirthdays.short, url: root('/birthdays') }
+ { name: $locale().navigation.hololive, url: root('/hololive') },
+ { name: $locale().tools.tool.characterBirthdays.short, url: root('/birthdays') },
+ { name: $locale().navigation.newReleases, url: root('/updates') }
]}
title={$locale().navigation.schedule}
/>