Skip to content

Commit

Permalink
Merge branch 'main' into fix/easteregg/snow
Browse files Browse the repository at this point in the history
  • Loading branch information
virus-rpi authored Nov 20, 2024
2 parents 2235e1e + 8b77284 commit 465ed76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/layout/header/language-switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ export const LanguageSwitch = ({

return (
<StyledNav className={className}>
<StyledChevron isEnglish={language === 'en'} show="caret_squared_down" />
<StyledChevron
isEnglish={language === 'en'}
show="caret_squared_down"
ariaHidden={true}
/>
<StyledSelection
onChange={(event) => {
changeLanguage(event.target.value);
Expand Down

0 comments on commit 465ed76

Please sign in to comment.