Skip to content

Commit 4a3d095

Browse files
committed
remove home
1 parent 2342e90 commit 4a3d095

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/components/NavBar.astro

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ const {
3131
<div
3232
class="hidden items-center gap-6 place-self-center text-xs sm:text-sm lg:flex lg:text-base"
3333
>
34-
<a
35-
class={`hidden items-center hover:bg-muted rounded-lg p-3 lg:block${Astro.url.pathname === getLocalePath('/') ? ' text-coral' : ''}`}
36-
href={getLocalePath('/')}
37-
>
38-
<span>{menu.home}</span>
39-
</a>
40-
4134
<Dropdown class="group">
4235
<button class="flex items-center rounded-lg p-3 hover:bg-muted group-open:bg-muted">
4336
<span>{menu.gettingStarted}</span>

src/i18n/en/translation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,6 @@
489489
"nav": {
490490
"brand": "Zen Browser",
491491
"menu": {
492-
"home": "Home",
493492
"gettingStarted": "Getting Started",
494493
"usefulLinks": "Useful Links",
495494
"mods": "Mods",

src/i18n/ja/translation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@
494494
"nav": {
495495
"brand": "Zenブラウザー",
496496
"menu": {
497-
"home": "ホーム",
498497
"gettingStarted": "はじめに",
499498
"usefulLinks": "便利なリンク",
500499
"mods": "Mods",

0 commit comments

Comments
 (0)