Skip to content

Commit

Permalink
feat: add Bluesky to socialNetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaring committed Oct 2, 2024
1 parent 7370d6f commit c976b5e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,16 @@ export default defineAppConfig({
},
{
name: 'Farcaster',
description: 'Join discussion',
description: 'Join the discussion',
href: 'https://warpcast.com/storacha',
icon: 'i-simple-icons:farcaster',
},
{
name: 'Bluesky',
description: 'Join the conversation',
href: 'https://bsky.app/profile/storacha.network',
icon: 'i-simple-icons:bluesky',
},
{
name: 'Reddit',
description: 'See more',
Expand Down

0 comments on commit c976b5e

Please sign in to comment.