Skip to content

Commit 5d86850

Browse files
committed
chore: use https
1 parent df2054b commit 5d86850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { FooterLink } from "~/types";
55
66
const links: Array<FooterLink> = [
77
{
8-
url: "http://bit.ly/slack-bcnjug",
8+
url: "https://bit.ly/slack-bcnjug",
99
description: "Slack",
1010
icon: "fa-brands:slack",
1111
},

0 commit comments

Comments
 (0)