From 94043f556ac0a74bcff944d516f9943465138a03 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Tue, 28 Nov 2023 11:11:46 +0100 Subject: [PATCH] Update to web-bundler 1.0.6 --- pom.xml | 2 +- .../web/app/components/GameController/GameController.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9dbd442..a5141a1 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ true 3.1.2 3.0.4 - 1.1.5 + 1.1.6 0.0.1 diff --git a/runners/src/main/resources/web/app/components/GameController/GameController.jsx b/runners/src/main/resources/web/app/components/GameController/GameController.jsx index b56aa64..5689f92 100644 --- a/runners/src/main/resources/web/app/components/GameController/GameController.jsx +++ b/runners/src/main/resources/web/app/components/GameController/GameController.jsx @@ -81,7 +81,7 @@ function Main(props) { default: return ( -
logo
+
logo
Waiting for game...
);