From 83bf0ab87063e3667f56aace9704ff5f28852dfe Mon Sep 17 00:00:00 2001 From: Estee Tey Date: Tue, 8 Aug 2023 21:42:12 -0700 Subject: [PATCH] A11y fixes (#16) --- locales/en.json | 2 ++ src/App.vue | 68 +++++++++++++++++++++++++++---------------------- 2 files changed, 39 insertions(+), 31 deletions(-) diff --git a/locales/en.json b/locales/en.json index 7ab4510..8b9b9f0 100644 --- a/locales/en.json +++ b/locales/en.json @@ -2,6 +2,8 @@ "Styled QR Code Generator": "Styled QR Code Generator", "Randomize style": "Randomize style", "No data!": "No data!", + "Change language": "Change language", + "GitHub repository for this project": "GitHub repository for this project", "Data to encode": "Data to encode", "data to encode e.g. a URL or a string": "data to encode e.g. a URL or a string", "Logo image URL": "Logo image URL", diff --git a/src/App.vue b/src/App.vue index 8ad43da..61acfde 100644 --- a/src/App.vue +++ b/src/App.vue @@ -221,7 +221,7 @@ function uploadImage() {