Add rel=me to social links. Closes #2269
This commit is contained in:
@@ -16,7 +16,8 @@ export const SocialLinks: FC<SocialLinksProps> = ({ links }) => (
|
|||||||
href={link.url}
|
href={link.url}
|
||||||
className={styles.link}
|
className={styles.link}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
// eslint-disable-next-line react/no-invalid-html-attribute
|
||||||
|
rel="noreferrer me"
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src={link.icon || '/img/platformlogos/default.svg'}
|
src={link.icon || '/img/platformlogos/default.svg'}
|
||||||
|
|||||||
Reference in New Issue
Block a user