Skip to content

Commit

Permalink
chore(socials): add fallback for rel
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 16, 2023
1 parent 5aab801 commit 548ccd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/app/AppSocialIcons.vue
Expand Up @@ -12,7 +12,8 @@ const icons = computed<any>(() => {
return {
href: `https://${key}.com/${value}`,
icon: `fa-brands:${key}`,
label: value
label: value,
rel: 'noopener noreferrer'
}
} else {
return null
Expand Down

0 comments on commit 548ccd3

Please sign in to comment.