feat: replace nuxt icons with unocss icons
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user