Skip to content

Commit

Permalink
Merge pull request #42 from GitNation/addBlueskySocial
Browse files Browse the repository at this point in the history
add bluesky cosial for speaker
  • Loading branch information
lero62 authored Nov 22, 2024
2 parents be9115a + 576a6ae commit 1d83373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ const getSocials = speaker => {
ownSite: 'site',
instagramUrl: 'instagram',
linkedinUrl: 'in',
blueskyUrl: 'bluesky',
};
const {
githubUrl,
portalUrl,
twitterUrl,
blueskyUrl,
mediumUrl,
ownSite,
companySite,
Expand All @@ -26,6 +28,7 @@ const getSocials = speaker => {
githubUrl,
portalUrl,
twitterUrl,
blueskyUrl,
mediumUrl,
ownSite,
companySite,
Expand Down

0 comments on commit 1d83373

Please sign in to comment.