diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-12-20 22:33:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-20 22:33:11 -0800 |
| commit | c08e83db98811eb5213fdc2a8e383accf2353e31 (patch) | |
| tree | 7b115b667d9ada6537d9b4a6e1136e267435aa32 | |
| parent | f75b84e3bd6221d77c5608933607b60b9f295ba2 (diff) | |
update fediverse and bridged bsky links
| -rw-r--r-- | src/components/SocialNavbar.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/SocialNavbar.astro b/src/components/SocialNavbar.astro index 5fb9045..67aa68a 100644 --- a/src/components/SocialNavbar.astro +++ b/src/components/SocialNavbar.astro @@ -68,14 +68,14 @@ import "@fortawesome/fontawesome-free/css/all.min.css"; title="Twitter/X"><i class="fab fa-x-twitter"></i></a > <a - href="https://bsky.app/profile/pinapelz.moekyun.me" + href="https://bsky.app/profile/pinapelz.social.moekyun.me" class="dark-social-icon" title="Bluesky"><img src="Bluesky_Logo.svg" width="60%" /></a > <a - href="https://mk.arks.cafe/@pinapelz" + href="https://social.moekyun.me/@pinapelz" class="dark-social-icon" - title="Fediverse (Misskey)" + title="Fediverse" ><img src="fediverse.svg" width="75%" /></a > <a |
