Skip to content

Commit

Permalink
changed logo html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
receptiryaki committed Apr 14, 2020
1 parent 3a20d2c commit 429e071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Wrapper = styled.div`
align-items: center;
`;

const Title = styled.h1`
const Title = styled.div`
font-size: 1.25rem;
color: ${p => p.theme.text};
font-weight: bold;
Expand Down

0 comments on commit 429e071

Please sign in to comment.