Skip to content

Commit c1bf916

Browse files
Fix social links
1 parent b149d4d commit c1bf916

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/website/component/footer.gleam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ type Social {
88
}
99

1010
const socials = [
11-
Social(icon: "youtube.png", name: "YouTube", url: ""),
12-
Social(icon: "github.png", name: "Github", url: ""),
13-
Social(icon: "bluesky.svg", name: "Bluesky", url: ""),
14-
Social(icon: "modrinth.svg", name: "", url: ""),
15-
Social(icon: "discord.png", name: "", url: ""),
11+
Social(icon: "youtube.png", name: "YouTube", url: "https://youtube.com/@GearsDatapacks"),
12+
Social(icon: "github.png", name: "Github", url: "https://github.com/GearsDatapacks"),
13+
Social(icon: "bluesky.svg", name: "Bluesky", url: "https://bsky.app/profile/gearsco.de"),
14+
Social(icon: "modrinth.svg", name: "Modrinth", url: "https://modrinth.com/user/GearsDatapacks"),
15+
Social(icon: "discord.png", name: "Discord", url: "https://discord.gg/fmPKDqf9ze"),
1616
]
1717

1818
pub fn view() -> Element(a) {

0 commit comments

Comments
 (0)