Skip to content

Commit 4e6f56d

Browse files
committed
fix: remove redundant aria-label
1 parent af8c3ac commit 4e6f56d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,7 @@ const config = computed(() => {
311311
</ClientOnly>
312312

313313
<div v-if="hasWeeklyDownloads" class="hidden motion-safe:flex justify-end">
314-
<ButtonBase
315-
size="small"
316-
:aria-label="
317-
hasSparklineAnimation
318-
? $t('package.trends.pause_animation')
319-
: $t('package.trends.play_animation')
320-
"
321-
`@click`="toggleSparklineAnimation"
322-
>
314+
<ButtonBase size="small" @click="toggleSparklineAnimation">
323315
{{
324316
hasSparklineAnimation
325317
? $t('package.trends.pause_animation')

0 commit comments

Comments
 (0)