We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a0361 commit baf53b4Copy full SHA for baf53b4
1 file changed
app/components/PackageDownloadStats.vue
@@ -75,9 +75,7 @@ const config = computed(() => ({
75
<!-- Download stats -->
76
<section>
77
<div class="flex items-center justify-between mb-3">
78
- <h2 id="dependencies-heading" class="text-xs text-fg-subtle uppercase tracking-wider">
79
- Weekly Downloads
80
- </h2>
+ <h2 class="text-xs text-fg-subtle uppercase tracking-wider">Weekly Downloads</h2>
81
</div>
82
<div class="w-full overflow-hidden">
83
<ClientOnly>
0 commit comments