From 27ef6cbc15605941ff899f4720024eeb8c949e42 Mon Sep 17 00:00:00 2001 From: Dean Blackborough Date: Mon, 29 Aug 2022 23:15:13 +0100 Subject: [PATCH 1/4] Typo - Corrected a type --- resources/views/game.blade.php | 2 +- resources/views/home.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/game.blade.php b/resources/views/game.blade.php index 9ed2b2e..dfa53b1 100644 --- a/resources/views/game.blade.php +++ b/resources/views/game.blade.php @@ -23,7 +23,7 @@ a signed-in user, [Public Score Sheet] is for non-registered users, copy the URL and send it to each user, if you are on a phone, long press the link and Share.

-

If you need to remove a player from the game, click the [Remove Player] button next to the player's name, there +

If you need to remove a player from the game, click the [Remove Player] button next to the player's name, their score sheet and access token will be removed immediately.

@else

We are working on a game player log and game statistics, as soon as we add them, they will diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 2e07416..6db1e73 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -23,7 +23,7 @@ a signed-in user, [Public Score Sheet] is for non-registered users, copy the URL and send it to each user, if you are on a phone, long press the link and Share.

-

If you need to remove a player from the game, click the [Remove Player] button next to the player's name, there +

If you need to remove a player from the game, click the [Remove Player] button next to the player's name, thier score sheet and access token will be removed immediately.