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 @@