Skip to content

Commit

Permalink
Merge pull request #698 from unitaryfund/658-twitter-x-handle
Browse files Browse the repository at this point in the history
Update Twitter/X handle (#658)
  • Loading branch information
WrathfulSpatula authored Mar 3, 2025
2 parents 29235d7 + a4e06ab commit 677fb57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added public/images/social-bluesky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/Layout/FloatingSocial.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
import { twitter, twitch, youtube, discord } from '~/data/social.json';
import { bluesky, twitter, twitch, youtube, discord } from '~/data/social.json';
const socials = [
['bluesky', bluesky],
['twitter', twitter],
['twitch', twitch],
['youtube', youtube],
Expand Down
3 changes: 2 additions & 1 deletion src/data/social.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"twitter": "https://twitter.com/unitaryfund",
"bluesky": "https://bsky.app/profile/unitaryfoundation.bsky.social",
"twitter": "https://twitter.com/unitaryfdn",
"twitch": "https://twitch.tv/unitaryfund",
"youtube": "https://www.youtube.com/channel/UCDbDLAzGRTHnhkoMMOX7D1A",
"discord": "http://discord.unitary.foundation/"
Expand Down

0 comments on commit 677fb57

Please sign in to comment.