Skip to content

Commit

Permalink
fix: Bluesky handle (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone authored Jul 15, 2023
1 parent 61fb5b7 commit 1a0014d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/Bio/BioCardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export const BioCardList = (): JSX.Element => {
<BioSocialLinkCard
avatar={<AlternateEmailIcon aria-hidden="true" />}
title="Bluesky"
subTitle="@bicstone.bsky.social"
subTitle="@bicstone.me"
actionTitle="フォロー"
url="https://bsky.app/profile/bicstone.bsky.social"
url="https://bsky.app/profile/bicstone.me"
variant="elevation"
/>
<BioSocialLinkCard
Expand Down

0 comments on commit 1a0014d

Please sign in to comment.