mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Add opensource to footer
This commit is contained in:
parent
579f0ee64a
commit
8bf7132347
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue