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 e68b2d4 commit a543b88Copy full SHA for a543b88
src/website/page/index.gleam
@@ -15,7 +15,7 @@ fn index() {
15
html.a(
16
[
17
attribute.target("_blank"),
18
- attribute.class("font-bold hover:underline"),
+ attribute.class("font-bold underline"),
19
attribute.href("https://gleam.run"),
20
],
21
[html.text("Gleam programming language")],
@@ -26,7 +26,7 @@ fn index() {
26
27
28
29
30
attribute.href("https://youtube.com/@Gearsdatapacks"),
31
32
[html.text("YouTube channel")],
@@ -40,7 +40,7 @@ fn index() {
40
41
42
43
44
attribute.href("https://github.com/sponsors/GearsDatapacks"),
45
46
[html.text("sponsor me on GitHub")],
0 commit comments