We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8c3ac commit 4e6f56dCopy full SHA for 4e6f56d
app/components/Package/WeeklyDownloadStats.vue
@@ -311,15 +311,7 @@ const config = computed(() => {
311
</ClientOnly>
312
313
<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
- >
+ <ButtonBase size="small" @click="toggleSparklineAnimation">
323
{{
324
hasSparklineAnimation
325
? $t('package.trends.pause_animation')
0 commit comments