File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ pub fn Index() -> Html {
4848 </Text >
4949
5050 <Flex gap=2 wrap={ FlexWrap :: Wrap } >
51- <LinkButton size=3 href="https://github.com/RustForWeb" >
51+ <LinkButton size=3 href="https://github.com/RustForWeb" rel= "me" >
5252 { "GitHub" }
5353 </LinkButton >
54- <LinkButton size=3 href="https://discord.gg/nzbN54K2Gr" >
54+ <LinkButton size=3 href="https://discord.gg/nzbN54K2Gr" rel= "me" >
5555 { "Discord" }
5656 </LinkButton >
57- <LinkButton size=3 href="https://mastodon.social/@RustForWeb" >
57+ <LinkButton size=3 href="https://mastodon.social/@RustForWeb" rel= "me" >
5858 { "Mastodon" }
5959 </LinkButton >
60- <LinkButton size=3 href="https://bsky.app/profile/rustforweb.bsky.social" >
60+ <LinkButton size=3 href="https://bsky.app/profile/rustforweb.bsky.social" rel= "me" >
6161 { "Bluesky" }
6262 </LinkButton >
63- <LinkButton size=3 href="https://x.com/RustForWeb" >
63+ <LinkButton size=3 href="https://x.com/RustForWeb" rel= "me" >
6464 { "X" }
6565 </LinkButton >
6666 </Flex >
You can’t perform that action at this time.
0 commit comments