Skip to content

Commit 28012ef

Browse files
committed
fix: remove unused css class
1 parent 21bb113 commit 28012ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const config = computed(() => {
277277
<!-- Avoids CLS when the dialog has transitioned -->
278278
<div
279279
v-if="!hasChartModalTransitioned"
280-
class="w-full aspect-[390/634.5] sm:aspect-[718/622.797] skeleton"
280+
class="w-full aspect-[390/634.5] sm:aspect-[718/622.797]"
281281
/>
282282
</PackageChartModal>
283283
</template>

0 commit comments

Comments
 (0)