Skip to content

Commit de331a5

Browse files
authored
feat: add RTL support to SearchSuggestionCard (#354)
1 parent 7871908 commit de331a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/SearchSuggestionCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const emit = defineEmits<{
7777
</div>
7878

7979
<span
80-
class="i-carbon-arrow-right w-4 h-4 text-fg-subtle group-hover:text-fg transition-colors shrink-0"
80+
class="i-carbon:arrow-right rtl-flip w-4 h-4 text-fg-subtle group-hover:text-fg transition-colors shrink-0"
8181
aria-hidden="true"
8282
/>
8383
</NuxtLink>

0 commit comments

Comments
 (0)