Skip to content

Commit

Permalink
Merge pull request #23 from andostronaut/develop
Browse files Browse the repository at this point in the history
fix: remove current locale name on mobile
  • Loading branch information
andostronaut authored Aug 7, 2024
2 parents e5828e6 + d0e1a72 commit 4951391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/locale-toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const LocalToggle = () => {
<Button variant="ghost" size="sm">
<div className="flex items-center gap-2">
<LanguagesIcon className="h-5 w-5" />
<span className="block lg:hidden">{currentLocale}</span>
</div>
<span className="sr-only">Change Locale</span>
</Button>
Expand Down

0 comments on commit 4951391

Please sign in to comment.