fix: add rel="me" attribute to links to social media
Some checks failed
Deploy Next.js application / deploy (push) Failing after 23m6s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 23m6s
This commit is contained in:
parent
a460a60792
commit
486b252928
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ const Iconss = () => {
|
||||||
<Link
|
<Link
|
||||||
href={cards.aboutCard.socialLinks.x}
|
href={cards.aboutCard.socialLinks.x}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="me"
|
||||||
className={buttonVariants({
|
className={buttonVariants({
|
||||||
variant: "ghost",
|
variant: "ghost",
|
||||||
size: "sm"
|
size: "sm"
|
||||||
|
@ -42,6 +43,7 @@ const Iconss = () => {
|
||||||
<Link
|
<Link
|
||||||
href={cards.aboutCard.socialLinks.Mastodon}
|
href={cards.aboutCard.socialLinks.Mastodon}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="me"
|
||||||
className={buttonVariants({
|
className={buttonVariants({
|
||||||
variant: "ghost",
|
variant: "ghost",
|
||||||
size: "sm"
|
size: "sm"
|
||||||
|
@ -66,6 +68,7 @@ const Iconss = () => {
|
||||||
<Link
|
<Link
|
||||||
href={cards.aboutCard.socialLinks.Bluesky}
|
href={cards.aboutCard.socialLinks.Bluesky}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="me"
|
||||||
className={buttonVariants({
|
className={buttonVariants({
|
||||||
variant: "ghost",
|
variant: "ghost",
|
||||||
size: "sm"
|
size: "sm"
|
||||||
|
@ -90,6 +93,7 @@ const Iconss = () => {
|
||||||
<Link
|
<Link
|
||||||
href={cards.aboutCard.socialLinks.Odysee}
|
href={cards.aboutCard.socialLinks.Odysee}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
rel="me"
|
||||||
className={buttonVariants({
|
className={buttonVariants({
|
||||||
variant: "ghost",
|
variant: "ghost",
|
||||||
size: "sm"
|
size: "sm"
|
||||||
|
|
Loading…
Reference in a new issue