From 2b678a51a7a2c1cedf7ec62fb84cb6f5d682386d Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 19 May 2024 21:11:28 +0200 Subject: [PATCH] Fix : add background back --- components/GameBoard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/GameBoard.vue b/components/GameBoard.vue index 84e7390..b82040c 100644 --- a/components/GameBoard.vue +++ b/components/GameBoard.vue @@ -99,6 +99,7 @@ function showWinnerScreen() { overflow: auto; position: relative; isolation: isolate; + background: url('/images/bg-darkgrass.png'); } #market {