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 b149d4d commit c1bf916Copy full SHA for c1bf916
src/website/component/footer.gleam
@@ -8,11 +8,11 @@ type Social {
8
}
9
10
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: ""),
+ Social(icon: "youtube.png", name: "YouTube", url: "https://youtube.com/@GearsDatapacks"),
+ Social(icon: "github.png", name: "Github", url: "https://github.com/GearsDatapacks"),
+ Social(icon: "bluesky.svg", name: "Bluesky", url: "https://bsky.app/profile/gearsco.de"),
+ Social(icon: "modrinth.svg", name: "Modrinth", url: "https://modrinth.com/user/GearsDatapacks"),
+ Social(icon: "discord.png", name: "Discord", url: "https://discord.gg/fmPKDqf9ze"),
16
]
17
18
pub fn view() -> Element(a) {
0 commit comments