From a7541b89537e1266dfbe5ae25b17c38f09b4b982 Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Tue, 25 Apr 2023 21:37:31 +0200 Subject: [PATCH 1/3] Fixing score label styling --- src/pages/Game/_game.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Game/_game.scss b/src/pages/Game/_game.scss index b97c631..fea7cf3 100644 --- a/src/pages/Game/_game.scss +++ b/src/pages/Game/_game.scss @@ -56,9 +56,9 @@ } .score-text { - width: 1.7em; + width: 2.5em; display: inline-block; - border-radius: 25%; + border-radius: 16%; } .player-score-container { From 0da73fcc82434fe3ad86a225c58da96a18d57dbb Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Tue, 25 Apr 2023 21:39:26 +0200 Subject: [PATCH 2/3] Updating version 6.1.3 -> 6.1.4 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa0fd2b..ff782ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "6.1.3", + "version": "6.1.4", "description": "React frontend for the Cards 110", "author": "Daithi Hearn", "license": "MIT", diff --git a/public/manifest.json b/public/manifest.json index c27e5a8..e4015ed 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Cards 110", "name": "Cards 110", - "version": "6.1.3", + "version": "6.1.4", "icons": [ { "src": "./assets/favicon.png", From 51f36545537fd6a6f9976bdda731b4233d75e4dd Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Tue, 25 Apr 2023 21:39:52 +0200 Subject: [PATCH 3/3] Removing redundant property --- .env | 1 - 1 file changed, 1 deletion(-) diff --git a/.env b/.env index 04903a9..d923c71 100644 --- a/.env +++ b/.env @@ -1,5 +1,4 @@ PORT=3000 -REACT_SERVER_NAME=default_server REACT_APP_API_URL=http://localhost:7080 REACT_APP_WEBSOCKET_URL=http://localhost:7070