Added manual and all question page

This commit is contained in:
MrFry 2020-03-08 11:22:54 +01:00
parent c19f24de87
commit 261e04a0eb
7 changed files with 257 additions and 91 deletions

View file

@ -12,7 +12,7 @@ import links from '../data/links.json'
export default function Index (props) {
return (
<Layout>
<Layout currPageName='index'>
<div>
{Object.keys(links).map((key) => {
let link = links[key]