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
title="Set Theory Game"
gameId="g/djvelleman/STG4"
intro=""
intro="A game about set theory"
description=""
worlds="?"
levels="?"
worlds="5"
levels="30"
language="English"
/>

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

Loading…
Cancel
Save