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 92a41dd commit cb04e03Copy full SHA for cb04e03
1 file changed
app/components/AppFooter.vue
@@ -111,6 +111,7 @@ const footerSections: Array<{ label: string; links: FooterLink[] }> = [
111
:to="link.href"
112
:aria-label="link.label"
113
target="_blank"
114
+ rel="noopener noreferrer"
115
class="text-fg-muted hover:text-accent transition-all duration-200"
116
>
117
<span :class="[link.icon, 'size-7']" aria-hidden="true" />
0 commit comments