Add blog to footer

This commit is contained in:
Kurt Hutten
2021-06-28 20:48:29 +10:00
parent 1ed1f3a2b6
commit f9c3f5ed25

View File

@@ -14,6 +14,12 @@ const Footer = () => {
>
Road Map
</OutBound>
<OutBound
className="mr-8"
to="https://learn.cadhub.xyz/blog"
>
Blog
</OutBound>
<Link className="mr-8" to={routes.codeOfConduct()}>
Code of Conduct
</Link>