From 21bca5f468570ef24e113faa34891a0bd6fb7882 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 7 Jan 2021 18:17:37 -0700 Subject: [PATCH] Add ResetGame button when someone has the right answer. --- web/src/components/Hand.vue | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/web/src/components/Hand.vue b/web/src/components/Hand.vue index 26edebc..43a215d 100644 --- a/web/src/components/Hand.vue +++ b/web/src/components/Hand.vue @@ -1,10 +1,15 @@