Skip to content

Commit cd4fa83

Browse files
authored
fix: rotate the right direction (#128)
1 parent 3a1f876 commit cd4fa83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/components/PackageVersions.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,10 @@ function getTagVersions(tag: string): VersionDisplay[] {
309309
:aria-label="expandedTags.has(row.tag) ? `Collapse ${row.tag}` : `Expand ${row.tag}`"
310310
@click="expandTagRow(row.tag)"
311311
>
312-
<span v-if="loadingTags.has(row.tag)" class="i-carbon-rotate w-3 h-3 animate-spin" />
312+
<span
313+
v-if="loadingTags.has(row.tag)"
314+
class="i-carbon-rotate-180 w-3 h-3 animate-spin"
315+
/>
313316
<span
314317
v-else
315318
class="w-3 h-3 transition-transform duration-200"

0 commit comments

Comments
 (0)