Skip to content

Commit da377f9

Browse files
committed
Add Microsoft User Group Cameroon to About page and update navigation styles
Signed-off-by: Steve Yonkeu <yokwejuste@yahoo.com>
1 parent e8aeadd commit da377f9

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

1.94 KB
Loading

src/index.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -858,11 +858,6 @@ a {
858858
}
859859
}
860860

861-
.nav-links {
862-
display: flex;
863-
gap: var(--spacing-md);
864-
}
865-
866861
.nav-links a {
867862
font-family: var(--font-ui);
868863
font-weight: 600;

src/pages/About.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const About = () => {
6666
{ name: "GDG Yaounde", image: "/images/partners/gdg-yde.webp", link: "https://gdg.community.dev/gdg-yaounde" },
6767
{ name: "Onyani", image: "/images/partners/onyani.webp", link: "https://onyani.com" },
6868
{ name: "Reckot", image: "/images/partners/reckot.webp", link: "https://reckot.com" },
69+
{ name: "Microsoft User Group Cameroon", image: "/images/partners/msf-ug-cm.webp", link: "https://t.me/+uOFiAi93Sr42Nzhk" },
6970
];
7071

7172
return (

0 commit comments

Comments
 (0)