Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fixed aria-label (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minenash authored Oct 25, 2023
1 parent 85f639b commit 8231c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/auth/sign-up.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
v-model="subscribe"
class="subscribe-btn"
label="Subscribe to updates about Modrinth"
description="Subscribe to updates about Modrinth"
/>

<p>
Expand Down
1 change: 1 addition & 0 deletions pages/auth/welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
v-model="subscribe"
class="subscribe-btn"
label="Subscribe to updates about Modrinth"
description="Subscribe to updates about Modrinth"
/>

<button class="btn btn-primary continue-btn centered-btn" @click="continueSignUp">
Expand Down

0 comments on commit 8231c73

Please sign in to comment.