Skip to content

Commit

Permalink
fix graphical bug with "en" appearing under the globe icon
Browse files Browse the repository at this point in the history
  • Loading branch information
badduck32 committed May 22, 2024
1 parent 16bdc2b commit f3021c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/LanguageDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const LanguageDropdown = () => {


return <Dropdown menu={{ items, onClick: languageChange }}>
<Typography.Text style={{ cursor: "pointer", width: "5rem" }}>
<Typography.Text style={{ cursor: "pointer", width: "6rem" }}>
<GlobalOutlined /> {app.language}
</Typography.Text>
</Dropdown>
Expand Down

0 comments on commit f3021c3

Please sign in to comment.