Skip to content

Commit ceff239

Browse files
committed
fix: force versions in "other versions" to ltr
1 parent 158e1d4 commit ceff239

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/components/Package/Versions.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,9 @@ function getTagVersions(tag: string): VersionDisplay[] {
623623
class="i-carbon-warning-hex w-3 h-3 shrink-0"
624624
aria-hidden="true"
625625
/>
626-
{{ group.versions[0]?.version }}
626+
<span dir="ltr">
627+
{{ group.versions[0]?.version }}
628+
</span>
627629
</NuxtLink>
628630
</div>
629631
<div class="flex items-center gap-2 shrink-0 pe-2">

0 commit comments

Comments
 (0)