Skip to content

Commit 7793812

Browse files
Add sponsors link
1 parent ae4ae4b commit 7793812

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

src/website/page/index.gleam

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,14 @@ fn index() {
3636
),
3737
html.br([]),
3838
html.br([]),
39-
html.text(
40-
"If you have questions you want to ask, or want to reach out to me, you can send me an email at ",
41-
),
42-
html.a(
43-
[
44-
attribute.class("font-bold text-orange-400"),
45-
attribute.href("mailto:[email protected]"),
46-
],
47-
[html.text("[email protected]")],
48-
),
49-
html.text(
50-
",
51-
or join my ",
52-
),
39+
html.text("If you like what I do and want to support my work, you can "),
5340
html.a(
5441
[
5542
attribute.target("_blank"),
5643
attribute.class("font-bold hover:underline"),
57-
attribute.href("https://discord.gg/fmPKDqf9ze"),
44+
attribute.href("https://github.com/sponsors/GearsDatapacks"),
5845
],
59-
[html.text("Discord server")],
46+
[html.text("sponsor me on GitHub")],
6047
),
6148
html.text("."),
6249
])

0 commit comments

Comments
 (0)