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 327dd42 commit 6d140abCopy full SHA for 6d140ab
1 file changed
app/pages/package-changes/[...path].vue
@@ -129,7 +129,7 @@ defineOgImageComponent('Default', {
129
<section v-if="pending" class="flex flex-col gap-2 py-3">
130
<SkeletonBlock class="h-8 w-40 rounded" />
131
<ul class="ms-3 list-disc my-[1rem] ps-[1.5rem] marker:color-[--border-hover]">
132
- <li class="mb-1" v-for="n in 5">
+ <li class="mb-1" v-for="_n in 5">
133
<SkeletonBlock class="h-7 w-full max-w-2xl rounded" />
134
</li>
135
</ul>
0 commit comments