Skip to content

Commit

Permalink
ADD - Remove span in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sebas095 committed Aug 8, 2020
1 parent a596a14 commit 8af828d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ const Menu = () => (
<Container>
<Img src={reactHooksImg} alt="React Hooks" />
<MenuContainer>
<LinkStyled to="/counter">
<span>Counter</span>
</LinkStyled>
<LinkStyled to="/chrono">
<span>Chronometer</span>
</LinkStyled>
<LinkStyled to="/counter">Counter</LinkStyled>
<LinkStyled to="/chrono">Chronometer</LinkStyled>
</MenuContainer>
</Container>
);
Expand Down

0 comments on commit 8af828d

Please sign in to comment.