Skip to content

Commit

Permalink
change(header): show eea information systems on mobile
Browse files Browse the repository at this point in the history
- as seen in the latest storybook changes, also remove the text from mobile resolution for
  the official eu website header
  • Loading branch information
ichim-david committed Jun 28, 2022
1 parent 10aaafc commit abdf181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/customizations/volto/components/theme/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const EEAHeader = ({ pathname, token, items, history }) => {
<Image src={eeaFlag} alt="eea flag"></Image>
<Header.TopDropdownMenu
text="An official website of the European Union | How do you Know?"
mobileText="An official EU website"
mobileText=" "
icon="chevron down"
aria-label="dropdown"
className=""
Expand All @@ -110,7 +110,6 @@ const EEAHeader = ({ pathname, token, items, history }) => {
<Header.TopItem>
<Header.TopDropdownMenu
id="theme-sites"
className="tablet or lower hidden"
text={eea.globalHeaderPartnerLinks.title}
viewportWidth={width}
>
Expand Down

0 comments on commit abdf181

Please sign in to comment.