Skip to content

Commit

Permalink
Merge pull request #284 from SELab-2/language-dropdown-fix
Browse files Browse the repository at this point in the history
fix graphical bug with "en" appearing under the globe icon
  • Loading branch information
usserwoutV2 authored May 22, 2024
2 parents 8af988f + f3021c3 commit 8aa0954
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 8aa0954

Please sign in to comment.