We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34f720 commit 15de0b4Copy full SHA for 15de0b4
src/components/footer.astro
@@ -15,12 +15,12 @@ const links: Array<FooterLink> = [
15
icon: "fa-brands:meetup",
16
},
17
{
18
- url: "http://twitter.com/BarcelonaJUG",
+ url: "https://twitter.com/BarcelonaJUG",
19
description: "Twitter",
20
icon: "fa-brands:twitter",
21
22
23
- url: "http://bit.ly/BCNjug",
+ url: "https://bit.ly/BCNjug",
24
description: "Linkedin",
25
icon: "fa-brands:linkedin",
26
@@ -30,7 +30,7 @@ const links: Array<FooterLink> = [
30
icon: "fa-brands:youtube",
31
32
33
- url: "http://bit.ly/BarcelonaJUG",
+ url: "https://bit.ly/BarcelonaJUG",
34
description: "Google Group",
35
icon: "fa-brands:google",
36
0 commit comments