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 ded091f commit 5ac9737Copy full SHA for 5ac9737
1 file changed
app/components/AppFooter.vue
@@ -109,7 +109,7 @@ const footerSections: Array<{ label: string; links: FooterLink[] }> = [
109
target="_blank"
110
class="text-fg-muted hover:text-accent transition-all duration-200"
111
>
112
- <component :class="link.icon" class="size-7" />
+ <span :class="[link.icon, 'size-7']" />
113
</NuxtLink>
114
</div>
115
0 commit comments