Skip to content

Commit 54ddfdb

Browse files
authored
Revert "feat: add language selection dropdown (#749)" (#762)
This reverts commit eb99689.
1 parent eb99689 commit 54ddfdb

File tree

3 files changed

+0
-76
lines changed

3 files changed

+0
-76
lines changed

src/components/I18nSwitch.astro

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/components/NavBar.astro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import ChevronDownIcon from '~/icons/ChevronDownIcon.astro'
66
import DownloadIcon from '~/icons/DownloadIcon.astro'
77
import MenuIcon from '~/icons/MenuIcon.astro'
88
import { getLocale, getPath, getUI } from '~/utils/i18n'
9-
import I18nSwitch from './I18nSwitch.astro'
109
import Logo from './Logo.astro'
1110
import MobileMenu from './MobileMenu.astro'
1211
import ThemeSwitch from './ThemeSwitch.astro'
@@ -107,9 +106,6 @@ const {
107106
</a>
108107
</div>
109108
<div class="flex items-center gap-2 place-self-end lg:gap-4">
110-
<div id="i18n-switcher">
111-
<I18nSwitch label="Toggle language" />
112-
</div>
113109
<div id="theme-switcher">
114110
<ThemeSwitch label="Toggle theme" />
115111
</div>

src/icons/LanguagesIcon.astro

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)