From 8935f82aed20cbb42e83053f30287d3e24e11a15 Mon Sep 17 00:00:00 2001 From: VDawg Date: Thu, 16 Nov 2023 15:17:51 +0100 Subject: [PATCH] add space winners --- src/routes/wall_of_fame/+page.svelte | 36 +++++++++++++++---- static/imgs/ricing_competitions/3/aylur.webp | Bin 0 -> 60138 bytes static/imgs/ricing_competitions/3/flafy.webp | Bin 0 -> 81238 bytes static/imgs/ricing_competitions/3/vdawg.webp | Bin 0 -> 122582 bytes 4 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 static/imgs/ricing_competitions/3/aylur.webp create mode 100644 static/imgs/ricing_competitions/3/flafy.webp create mode 100644 static/imgs/ricing_competitions/3/vdawg.webp diff --git a/src/routes/wall_of_fame/+page.svelte b/src/routes/wall_of_fame/+page.svelte index 741bc32..c7a6dcd 100755 --- a/src/routes/wall_of_fame/+page.svelte +++ b/src/routes/wall_of_fame/+page.svelte @@ -18,11 +18,6 @@ '激辛炊飯器', '絶対にご飯を炊いた' ] - - const wisdomObjects = wisdoms.map((text) => ({ - text, - z: Math.round(Math.random() * 10) - }))
@@ -30,8 +25,8 @@