Skip to content

Commit

Permalink
add bluesky cosial for speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Nov 20, 2024
1 parent be9115a commit 576a6ae
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 576a6ae

Please sign in to comment.