From 8231c736ca21bdc479ba2c24994b343f68a4d8b3 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 25 Oct 2023 16:42:33 -0400 Subject: [PATCH] Fixed aria-label (#1403) --- pages/auth/sign-up.vue | 1 + pages/auth/welcome.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/auth/sign-up.vue b/pages/auth/sign-up.vue index 5cefc43a..32574b43 100644 --- a/pages/auth/sign-up.vue +++ b/pages/auth/sign-up.vue @@ -90,6 +90,7 @@ v-model="subscribe" class="subscribe-btn" label="Subscribe to updates about Modrinth" + description="Subscribe to updates about Modrinth" />

diff --git a/pages/auth/welcome.vue b/pages/auth/welcome.vue index de5142ca..2ce152fc 100644 --- a/pages/auth/welcome.vue +++ b/pages/auth/welcome.vue @@ -12,6 +12,7 @@ v-model="subscribe" class="subscribe-btn" label="Subscribe to updates about Modrinth" + description="Subscribe to updates about Modrinth" />