verify fedi link

This commit is contained in:
Joshua 2022-11-13 10:32:13 +01:00
parent 17aa3b3736
commit 6019c23de4
2 changed files with 3 additions and 2 deletions

1
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1 @@
{}

View file

@ -9,8 +9,8 @@ const Button = (props: SocialButton) => {
return (
<>
<Link href={props.url}>
<a>
<Link href={props.url} target={'_blank'}>
<a rel={props.platform === "Fediverse" ? "me" : undefined} target={"_blank"}>
<div data-theme={theme} className={styles.button}>
<Icon className={styles.icon} icon={props.icon} />
<div className={styles.platform_username}>