From 25ffa850e323e2c0089e4a0444fac782805b47b6 Mon Sep 17 00:00:00 2001 From: Mihkel Martin Kasterpalu Date: Wed, 12 Feb 2025 02:02:37 +0200 Subject: [PATCH] =?UTF-8?q?Add=20rahvatakus=20to=20games,=20remove=20"rohk?= =?UTF-8?q?em=20m=C3=A4nge=20soon"=20from=20games?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The placeholder "more games soon" button isn't needed anymore, because there already is enough on the site --- src/lib/data/games.ts | 10 +++++----- src/routes/vinge/+page.svelte | 5 +---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/lib/data/games.ts b/src/lib/data/games.ts index 58ce091..b89620a 100644 --- a/src/lib/data/games.ts +++ b/src/lib/data/games.ts @@ -1,6 +1,11 @@ import type { GamesObj } from '$lib/types'; const games: GamesObj = { + rahvatarkus: { + name: 'Rahva tarkus', + image: '', + description: 'Rahvas teab, sest pitu pead on mitu pead - hajusintelligents' + }, vaukuivali: { name: 'Vau kui vali', image: '', @@ -15,11 +20,6 @@ const games: GamesObj = { name: 'Paku biiti', image: '', description: 'Sorteeri kolme suvalise muusika albumi pealkiri, artistid ja pilt.' - }, - '': { - name: 'Rohkem mänge soon™', - image: '', - description: '' } }; diff --git a/src/routes/vinge/+page.svelte b/src/routes/vinge/+page.svelte index 6f8aa2f..b4af277 100644 --- a/src/routes/vinge/+page.svelte +++ b/src/routes/vinge/+page.svelte @@ -30,10 +30,7 @@ > {#each Object.entries(games) as [href, { image, name }]}