We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
username/orgs
1 parent 0a9225f commit 9d1fce1Copy full SHA for 9d1fce1
1 file changed
app/pages/~[username]/orgs.vue
@@ -129,7 +129,7 @@ useSeoMeta({
129
:to="`/~${username}`"
130
class="link-subtle font-mono text-sm inline-flex items-center gap-1.5"
131
>
132
- <span class="i-carbon-arrow-left w-4 h-4" aria-hidden="true" />
+ <span class="i-carbon:arrow-left rtl-flip w-4 h-4" aria-hidden="true" />
133
{{ $t('user.orgs_page.back_to_profile') }}
134
</NuxtLink>
135
</nav>
@@ -213,7 +213,7 @@ useSeoMeta({
213
<!-- Stats -->
214
<div class="flex items-center gap-4 text-sm text-fg-muted">
215
<div class="flex items-center gap-1.5">
216
- <span class="i-carbon-cube w-4 h-4" aria-hidden="true" />
+ <span class="i-carbon:cube w-4 h-4" aria-hidden="true" />
217
<span v-if="org.packageCount !== null">
218
{{
219
$t(
0 commit comments