Skip to content

Commit 9d1fce1

Browse files
authored
feat: add RTL support to username/orgs page (#364)
1 parent 0a9225f commit 9d1fce1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/~[username]/orgs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ useSeoMeta({
129129
:to="`/~${username}`"
130130
class="link-subtle font-mono text-sm inline-flex items-center gap-1.5"
131131
>
132-
<span class="i-carbon-arrow-left w-4 h-4" aria-hidden="true" />
132+
<span class="i-carbon:arrow-left rtl-flip w-4 h-4" aria-hidden="true" />
133133
{{ $t('user.orgs_page.back_to_profile') }}
134134
</NuxtLink>
135135
</nav>
@@ -213,7 +213,7 @@ useSeoMeta({
213213
<!-- Stats -->
214214
<div class="flex items-center gap-4 text-sm text-fg-muted">
215215
<div class="flex items-center gap-1.5">
216-
<span class="i-carbon-cube w-4 h-4" aria-hidden="true" />
216+
<span class="i-carbon:cube w-4 h-4" aria-hidden="true" />
217217
<span v-if="org.packageCount !== null">
218218
{{
219219
$t(

0 commit comments

Comments
 (0)