fix for STG on landing page

pull/153/head
joneugster 3 years ago
parent 1b3993ad3e
commit 04c70ba522

@ -123,10 +123,10 @@ This is a good first introduction to Lean!"
<GameTile <GameTile
title="Set Theory Game" title="Set Theory Game"
gameId="g/djvelleman/STG4" gameId="g/djvelleman/STG4"
intro="" intro="A game about set theory"
description="" description=""
worlds="?" worlds="5"
levels="?" levels="30"
language="English" language="English"
/> />

@ -11,6 +11,7 @@ import { importTrigger, importStatus } from './import.mjs'
// import fs from 'fs' // import fs from 'fs'
/** /**
* IMPORTANT! Tags here need to be lower case!
*/ */
const games = { const games = {
"g/hhu-adam/robo": { "g/hhu-adam/robo": {
@ -21,9 +22,9 @@ const games = {
dir: "NNG4", dir: "NNG4",
queueLength: 5 queueLength: 5
}, },
"g/hhu-adam/STG4": { "g/djvelleman/stg4": {
dir: "STG4", dir: "STG4",
queueLength: 2 queueLength: 5
}, },
"g/hhu-adam/nng4-old": { "g/hhu-adam/nng4-old": {
dir: "NNG4-OLD", dir: "NNG4-OLD",

Loading…
Cancel
Save