feat: update screen

This commit is contained in:
Muhsin
2025-12-02 23:58:10 +05:30
parent 51c7e3ff0f
commit 7e760732a2
2 changed files with 56 additions and 16 deletions
@@ -52,10 +52,8 @@ const attributeIcon = computed(() => {
<div class="flex gap-2 items-center">
<AttributeBadge
v-for="badge in badges"
:key="badge.label || badge"
:label="badge.label || badge"
:icon="badge.icon"
:color="badge.color"
:key="badge.label"
:type="badge.type"
/>
<div class="w-px h-3 bg-n-strong" />
<Button