feat: replace nuxt icons with unocss icons

This commit is contained in:
Zoe
2026-02-26 14:51:07 -06:00
parent 3ff0bcce19
commit 97afa1cbe1
30 changed files with 107 additions and 114 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const config = computed(() => getModelConfig(props.modelId));
<!-- Fallback if no logo matches -->
<div v-else :style="{ width: `${props.size}px`, height: `${props.size}px` }"
class="bg-[var(--bg-container)] rounded-md flex items-center justify-center">
<Icon name="tabler:brain" class="text-5 text-[var(--text-secondary)]" />
<span class="i-tabler-brain text-5 text-[var(--text-secondary)]"></span>
</div>
</div>
</template>