diff --git a/client/src/components/landing_page.tsx b/client/src/components/landing_page.tsx index c421b41..c40ec87 100644 --- a/client/src/components/landing_page.tsx +++ b/client/src/components/landing_page.tsx @@ -123,10 +123,10 @@ This is a good first introduction to Lean!" diff --git a/server/index.mjs b/server/index.mjs index 7c250fc..2caca9c 100644 --- a/server/index.mjs +++ b/server/index.mjs @@ -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",