Skip to content

Commit 8ca99eb

Browse files
committed
fix: chevron-down fix in versions-selector
1 parent 66a8d93 commit 8ca99eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/VersionSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ watch(
546546
<span
547547
v-else
548548
class="w-3 h-3 transition-transform duration-200 rtl-flip"
549-
:class="group.isExpanded ? 'i:carbon:chevron-down' : 'i-carbon:chevron-right'"
549+
:class="group.isExpanded ? 'i-carbon:chevron-down' : 'i-carbon:chevron-right'"
550550
aria-hidden="true"
551551
/>
552552
</button>

0 commit comments

Comments
 (0)