verify fedi link
This commit is contained in:
parent
17aa3b3736
commit
6019c23de4
2 changed files with 3 additions and 2 deletions
1
.vscode/settings.json
vendored
Normal file
1
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -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}>
|
||||
|
|
Loading…
Add table
Reference in a new issue