aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/tour.gleam')
-rw-r--r--src/tour.gleam1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index fe163ae..de94520 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -572,6 +572,7 @@ fn lesson_html(page: Lesson) -> String {
text("Gleam Language Tour"),
]),
h("div", [#("class", "nav-right")], [
+ h("a", [#("href", "https://gleam.run")], [text("Homepage")]),
h("div", [#("class", "theme-picker")], [
h(
"button",