File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import Heading from 'components/shared/heading';
8
8
9
9
import Link from '../link' ;
10
10
11
+ import BlueskyIcon from './images/bluesky.inline.svg' ;
11
12
import ConductIcon from './images/conduct.inline.svg' ;
12
13
import DevstatsIcon from './images/devstats.inline.svg' ;
13
14
import GithubIcon from './images/github.inline.svg' ;
@@ -26,6 +27,7 @@ const icons = {
26
27
conduct : ConductIcon ,
27
28
devstats : DevstatsIcon ,
28
29
youtube : YoutubeIcon ,
30
+ bluesky : BlueskyIcon ,
29
31
} ;
30
32
31
33
const themeClassNames = {
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ const cardItems1 = [
24
24
buttonTarget : '_blank' ,
25
25
} ,
26
26
{
27
- iconName : 'twitter ' ,
28
- title : 'X ' ,
29
- description : "Don't forget to follow Cilium on X for the latest news and announcements." ,
30
- buttonText : 'Follow on X ' ,
31
- buttonUrl : 'https://x.com/ciliumproject ' ,
27
+ iconName : 'bluesky ' ,
28
+ title : 'Bluesky ' ,
29
+ description : 'Stay updated with the latest from the Cilium project on Bluesky.' ,
30
+ buttonText : 'Follow on Bluesky ' ,
31
+ buttonUrl : 'https://bsky.app/profile/cilium.io ' ,
32
32
buttonTarget : '_blank' ,
33
33
} ,
34
34
{
You can’t perform that action at this time.
0 commit comments