content: add faq page

This commit is contained in:
Jean-Philippe Sirois
2020-07-24 10:40:31 -04:00
parent c92b272416
commit 71d38a53db
4 changed files with 77 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ export const Home: FC = () => {
<SC.Menu>
<MenuItem to="/about">about</MenuItem>
<MenuItem to="/rules">rules</MenuItem>
<MenuItem to="/faq">faq</MenuItem>
<MenuItem to="/resources">resources</MenuItem>
<MenuItem to="/archives">tech spotlights</MenuItem>
</SC.Menu>