Skip to content

Commit dedf3e2

Browse files
chore: add Cilium's Bluesky profile to the Community Page (#603)
* chore: add Cilium's Bluesky profile to the website * chore: removed twitter card from community page * Update src/pages/get-involved.jsx Co-authored-by: Bill Mulligan <[email protected]> Signed-off-by: Satyendra Kumar <[email protected]> --------- Signed-off-by: Satyendra Kumar <[email protected]> Co-authored-by: Bill Mulligan <[email protected]>
1 parent a2d7bea commit dedf3e2

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

src/components/shared/cards/cards.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Heading from 'components/shared/heading';
88

99
import Link from '../link';
1010

11+
import BlueskyIcon from './images/bluesky.inline.svg';
1112
import ConductIcon from './images/conduct.inline.svg';
1213
import DevstatsIcon from './images/devstats.inline.svg';
1314
import GithubIcon from './images/github.inline.svg';
@@ -26,6 +27,7 @@ const icons = {
2627
conduct: ConductIcon,
2728
devstats: DevstatsIcon,
2829
youtube: YoutubeIcon,
30+
bluesky: BlueskyIcon,
2931
};
3032

3133
const themeClassNames = {
Lines changed: 7 additions & 0 deletions
Loading

src/pages/get-involved.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ const cardItems1 = [
2424
buttonTarget: '_blank',
2525
},
2626
{
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',
3232
buttonTarget: '_blank',
3333
},
3434
{

0 commit comments

Comments
 (0)