Skip to content

Commit

Permalink
Merge pull request #42 from heyjul3s/fix/docs-types
Browse files Browse the repository at this point in the history
Fix/docs types
  • Loading branch information
heyjul3s committed Jan 12, 2021
2 parents 2b17c93 + 454aef3 commit 5aeeda3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/components/Nav/Mobile/NavSlides/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export const MenuTitle = styled.p`
`}
`;

export const NavLink = styled(AnchorLink)`
export const NavLink = styled(AnchorLink)<{
onClick: (e: React.SyntheticEvent) => void;
}>`
margin: 0 auto;
width: auto;
font-size: 1.25rem;
Expand Down

0 comments on commit 5aeeda3

Please sign in to comment.