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 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", 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 {