Add opensource to footer

This commit is contained in:
Jessica Card 2022-03-18 16:10:02 -04:00
parent 579f0ee64a
commit 8bf7132347

View file

@ -100,6 +100,9 @@ const Footer = ({ dark = false, children, ...props }) => (
<NextLink href="/philosophy" passHref>
<Link>Philosophy</Link>
</NextLink>
<NextLink href="/opensource" passHref>
<Link>Open Source</Link>
</NextLink>
<NextLink href="/brand" passHref>
<Link>Branding</Link>
</NextLink>