Skip to content

Commit fe93e74

Browse files
authored
Merge pull request #1574 from codyogden/bsky
Move social link to BlueSky.
2 parents 0fc85ec + 47c8a84 commit fe93e74

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

assets/bsky.svg

+4
Loading

components/Footer/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ const Footer = () => (
134134
</CopyNotice>
135135
<SocialWrapper>
136136
<SocialLink
137-
url="https://twitter.com/killedbygoogle"
138-
altText="Twitter"
139-
imgSrc='https://static.killedbygoogle.com/com/twitter.svg'
137+
url="https://killedbygoogle.blue"
138+
altText="BlueSky"
139+
imgSrc='https://static.killedbygoogle.com/com/bsky.svg'
140140
/>
141141
<SocialLink
142142
url="https://github.com/codyogden/killedbygoogle"

0 commit comments

Comments
 (0)