Skip to content

Commit beb8495

Browse files
Add BlueSky to social Links
1 parent 1fded0e commit beb8495

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

addon/constants/es-footer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ const socialLinks = [{
2020
href: 'https://hachyderm.io/@emberjs',
2121
class: 'mastodon-logo',
2222
label: 'Official Ember Mastodon Account'
23+
}, {
24+
title: 'BlueSky',
25+
href: 'https://bsky.app/profile/emberjs.com',
26+
class: 'bluesky-logo',
27+
label: 'Official Ember BlueSky Account'
2328
}];
2429

2530

0 commit comments

Comments
 (0)