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.
1 parent 4c45260 commit f6bd070Copy full SHA for f6bd070
1 file changed
app/pages/~[username]/orgs.vue
@@ -224,7 +224,7 @@ defineOgImageComponent('Default', {
224
<!-- Stats -->
225
<div class="flex items-center gap-4 text-sm text-fg-muted">
226
<div class="flex items-center gap-1.5">
227
- <span class="i-carbon:cube w-4 h-4" aria-hidden="true" />
+ <span class="i-lucide:box w-4 h-4" aria-hidden="true" />
228
<span v-if="org.packageCount !== null">
229
{{
230
$t(
0 commit comments