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 3a1f876 commit cd4fa83Copy full SHA for cd4fa83
1 file changed
app/components/PackageVersions.vue
@@ -309,7 +309,10 @@ function getTagVersions(tag: string): VersionDisplay[] {
309
:aria-label="expandedTags.has(row.tag) ? `Collapse ${row.tag}` : `Expand ${row.tag}`"
310
@click="expandTagRow(row.tag)"
311
>
312
- <span v-if="loadingTags.has(row.tag)" class="i-carbon-rotate w-3 h-3 animate-spin" />
+ <span
313
+ v-if="loadingTags.has(row.tag)"
314
+ class="i-carbon-rotate-180 w-3 h-3 animate-spin"
315
+ />
316
<span
317
v-else
318
class="w-3 h-3 transition-transform duration-200"
0 commit comments