diff options
| author | Fuwn <[email protected]> | 2024-01-31 03:42:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 03:42:11 -0800 |
| commit | 926e181471c4f7a7a3ca094274058391cb514f8a (patch) | |
| tree | 57bc73501ade36d6399930d4142a9c19e3dd8e55 /src/routes | |
| parent | refactor(list): use global opacity class (diff) | |
| download | due.moe-926e181471c4f7a7a3ca094274058391cb514f8a.tar.xz due.moe-926e181471c4f7a7a3ca094274058391cb514f8a.zip | |
feat(layout): add birthdays to schedule dropdown
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/+layout.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 13348e96..c263d4c5 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -116,6 +116,7 @@ <a href={root('/schedule')} class="header-item">{$locale().navigation.subtitleSchedule}</a > <a href={root('/updates')} class="header-item">{$locale().navigation.newReleases}</a> + <a href={root('/birthdays')} class="header-item">Character Birthdays</a> </div> </div> <a href={root('/tools')} class="header-item">{$locale().navigation.tools}</a> |