aboutsummaryrefslogtreecommitdiff
path: root/src/routes/+layout.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-07 01:30:08 -0800
committerFuwn <[email protected]>2024-02-07 01:30:08 -0800
commitb76f909766d88162e08f12a795e915cacdbf6f1c (patch)
tree5c33e8f7a7f029221533a4ab52c341077257f642 /src/routes/+layout.svelte
parentrefactor(hololive): locally implement hololive-schedule (diff)
downloaddue.moe-b76f909766d88162e08f12a795e915cacdbf6f1c.tar.xz
due.moe-b76f909766d88162e08f12a795e915cacdbf6f1c.zip
feat(hololive): temporarily remove
Diffstat (limited to 'src/routes/+layout.svelte')
-rw-r--r--src/routes/+layout.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index cc09bb94..ce58e600 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -113,7 +113,7 @@
<Dropdown
items={[
{ name: $locale().navigation.subtitleSchedule, url: root('/schedule') },
- { name: $locale().navigation.hololive, url: root('/hololive') },
+ // { name: $locale().navigation.hololive, url: root('/hololive') },
{ name: $locale().tools.tool.characterBirthdays.short, url: root('/birthdays') },
{ name: $locale().navigation.newReleases, url: root('/updates') }
]}