Skip to content

Commit

Permalink
chore: cleaned up code
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Jan 10, 2024
1 parent d3ec6ea commit 1e3d4d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ const Navigation = ({ pathname }) => {
title={intl.formatMessage(messages.CloseMenu)}
onClick={() => setCollapseOpen(!collapseOpen)}
>
<Icon color="white" icon="it-close-big" padding={false} />{' '}
ciao
<Icon color="white" icon="it-close-big" padding={false} />
</button>
</div>
</FocusLock>
Expand Down

0 comments on commit 1e3d4d8

Please sign in to comment.