Skip to content

Commit

Permalink
fix(web): navbar icon size not equal
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Jun 29, 2024
1 parent 1664ad9 commit fc1288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/language-toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function LanguageToggle() {
<div>
<DropdownTrigger as="span">
<Button isIconOnly variant="light">
<IoLanguage />
<IoLanguage className="size-5" />
</Button>
</DropdownTrigger>
</div>
Expand Down

0 comments on commit fc1288e

Please sign in to comment.