Skip to content

Commit

Permalink
Fixing broken styled components
Browse files Browse the repository at this point in the history
  • Loading branch information
japhex committed Jun 18, 2020
1 parent aaf1e9a commit e4103f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion styled/choose-hero.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Choose = styled.a`
height: 100%;
width: 100%;
font-size: 26px;
font-family: ${props => props.theme.fonts.heroName}';
font-family: ${props => props.theme.fonts.heroName};
text-decoration: none;
color: #000;
`
2 changes: 1 addition & 1 deletion styled/clear-hero.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export const ClearHeroTrigger = styled.a`
right: 10px;
font-weight: bold;
font-size: 18px;
font-family: ${props => props.theme.fonts.heroData}';
font-family: ${props => props.theme.fonts.heroData};
cursor: pointer;
`

1 comment on commit e4103f4

@vercel
Copy link

@vercel vercel bot commented on e4103f4 Jun 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.