1
0
Fork 0

feat(dev): Ported dev site to named exports

This commit is contained in:
joostdecock 2023-01-29 17:36:15 +01:00
parent 595417a23b
commit db789180b6
22 changed files with 287 additions and 315 deletions

View file

@ -155,7 +155,7 @@ export const GithubIcon = (props) => (
</IconWrapper>
)
export const GuidesIcon = (props) => (
export const GuideIcon = (props) => (
<IconWrapper {...props}>
<path d="M21 3L3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z" />
</IconWrapper>