diff --git a/styled/choose-hero.styled.ts b/styled/choose-hero.styled.ts index 8333a5b..72b9495 100644 --- a/styled/choose-hero.styled.ts +++ b/styled/choose-hero.styled.ts @@ -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; ` diff --git a/styled/clear-hero.styled.ts b/styled/clear-hero.styled.ts index 9b638f2..204e196 100644 --- a/styled/clear-hero.styled.ts +++ b/styled/clear-hero.styled.ts @@ -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; `