Skip to content

Commit

Permalink
fix: use correct bsky.app profile link (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored Dec 11, 2024
1 parent bacc07e commit 01d844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Socials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Text } from "~/components/Text";
import SocialImage from "./SocialImage.astro";
const socials = [
["Bluesky", "https://bluesky.app/profile/joshuakgoldberg.com", bluesky],
["Bluesky", "https://bsky.app/profile/joshuakgoldberg.com", bluesky],
["GitHub", "https://github.com/JoshuaKGoldberg", github],
["Mastodon", "https://fosstodon.org/@JoshuaKGoldberg", mastodon],
["Twitch", "https://twitch.tv/JoshuaKGoldberg", twitch],
Expand Down

0 comments on commit 01d844b

Please sign in to comment.