Skip to content

Commit 5ac9737

Browse files
committed
fix(ui): replace component with span for social icons
1 parent ded091f commit 5ac9737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const footerSections: Array<{ label: string; links: FooterLink[] }> = [
109109
target="_blank"
110110
class="text-fg-muted hover:text-accent transition-all duration-200"
111111
>
112-
<component :class="link.icon" class="size-7" />
112+
<span :class="[link.icon, 'size-7']" />
113113
</NuxtLink>
114114
</div>
115115
</div>

0 commit comments

Comments
 (0)