summaryrefslogtreecommitdiff
path: root/src/components/Global/ButtonBackToTop.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/ButtonBackToTop.vue')
-rw-r--r--src/components/Global/ButtonBackToTop.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/ButtonBackToTop.vue b/src/components/Global/ButtonBackToTop.vue
index 95e74045..9160c7b7 100644
--- a/src/components/Global/ButtonBackToTop.vue
+++ b/src/components/Global/ButtonBackToTop.vue
@@ -5,10 +5,10 @@
:class="{ 'show-btn': showButton }"
variant="secondary"
:title="$t('global.ariaLabel.scrollToTop')"
- :aria-label="$t('global.ariaLabel.scrollToTop')"
@click="scrollToTop"
>
<icon-up-to-top />
+ <span class="sr-only">{{ $t('global.ariaLabel.scrollToTop') }}</span>
</b-button>
</template>