Skip to content

Commit 8667e64

Browse files
committed
feat: remove unused communities
1 parent 617e8be commit 8667e64

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/components/footer.astro

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,7 @@ const links: Array<FooterLink> = [
2828
url: "https://www.youtube.com/user/BarcelonaJUG",
2929
description: "Youtube",
3030
icon: "fa-brands:youtube",
31-
},
32-
{
33-
url: "https://bit.ly/BarcelonaJUG",
34-
description: "Google Group",
35-
icon: "fa-brands:google",
36-
},
37-
{
38-
url: "https://www.facebook.com/BarcelonaJUG",
39-
description: "Facebook",
40-
icon: "fa-brands:facebook",
41-
},
31+
}
4232
];
4333
---
4434

0 commit comments

Comments
 (0)