Skip to content

Commit 89a315d

Browse files
committed
fix: bluesky link
1 parent ab7673f commit 89a315d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ProfilePage/SocialMediaIcons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const SocialMediaIcons = ({
5656

5757
{blueSky && (
5858
<Col>
59-
<External plain href={`https://blulesky.org/${blueSky}`}>
59+
<External plain href={`https://bsky.app.profile/${blueSky}`}>
6060
<Image alt={t("socials.bluesky")} src="/bluesky.svg" />
6161
</External>
6262
</Col>

0 commit comments

Comments
 (0)