From ff457f4c47c2434a97c7518decc6bf4d174576a0 Mon Sep 17 00:00:00 2001 From: kajgrant Date: Mon, 22 Jan 2024 13:40:15 -0800 Subject: [PATCH 1/3] added home buttons to about and how to play pages prettier fix --- client/src/locales/en.ts | 1 + client/src/views/About.vue | 3 +++ client/src/views/HowToPlay.vue | 3 +++ 3 files changed, 7 insertions(+) diff --git a/client/src/locales/en.ts b/client/src/locales/en.ts index 05618e4..0b14bfc 100644 --- a/client/src/locales/en.ts +++ b/client/src/locales/en.ts @@ -15,6 +15,7 @@ export default { roomNamePlaceholder: 'room name', joinGame: 'Join Game', createGame: 'Create Game', + homeButton: 'Home', coffeeLink: 'Buy me a tea', coffeeAlt: 'Buy me a coffee', diff --git a/client/src/views/About.vue b/client/src/views/About.vue index 0bf87c1..52572d6 100644 --- a/client/src/views/About.vue +++ b/client/src/views/About.vue @@ -21,5 +21,8 @@ + +