Skip to content

Commit 95208b9

Browse files
authored
fix(footer): update Community Blog and Facebook links to correct destinations (#10)
1 parent 18d56c4 commit 95208b9

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

src/components/sections/CommunityPresenceSection.tsx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const COMMUNITY_LINKS = [
2323
category: 'DevOps Visions Public Community',
2424
},
2525
{
26-
name: 'DevOps Visions Facebook Page',
27-
url: 'https://www.facebook.com/DevOpsVisions',
26+
name: 'Mohamed Radwan Facebook Account',
27+
url: 'https://www.facebook.com/mradwandevops',
2828
icon: <FaFacebook />,
2929
category: 'DevOps Visions Public Community',
3030
},
@@ -34,7 +34,18 @@ const ECOSYSTEM_LINKS = [ {
3434
name: 'Elmentor Program GitHub',
3535
url: 'https://github.com/ElmentorProgram',
3636
icon: <FaGithub />,
37-
logo: logoImage,
37+
category: 'Broader DevOps Visions Ecosystem',
38+
},
39+
{
40+
name: 'DevOps Visions GitHub',
41+
url: 'https://github.com/DevOpsVisions',
42+
icon: <FaGithub />,
43+
category: 'Broader DevOps Visions Ecosystem',
44+
},
45+
{
46+
name: 'DevOps Visions Public Community',
47+
url: 'https://devopsvisions.github.io/',
48+
icon: <FaGithub />, // ✅ you can swap this with FaBlog if you prefer
3849
category: 'Broader DevOps Visions Ecosystem',
3950
},
4051
];
@@ -115,4 +126,4 @@ const CommunityPresenceSection: React.FC = () => {
115126
);
116127
};
117128

118-
export default CommunityPresenceSection;
129+
export default CommunityPresenceSection;

0 commit comments

Comments
 (0)