Skip to content

Commit cb04e03

Browse files
committed
chore: add rel to social links
1 parent 92a41dd commit cb04e03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const footerSections: Array<{ label: string; links: FooterLink[] }> = [
111111
:to="link.href"
112112
:aria-label="link.label"
113113
target="_blank"
114+
rel="noopener noreferrer"
114115
class="text-fg-muted hover:text-accent transition-all duration-200"
115116
>
116117
<span :class="[link.icon, 'size-7']" aria-hidden="true" />

0 commit comments

Comments
 (0)