Skip to content

Commit

Permalink
fix: remove current locale name on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
andostronaut committed Aug 7, 2024
1 parent b5af75b commit d0e1a72
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 d0e1a72

Please sign in to comment.