aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tour.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index cb9f405..1d0d51c 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -522,7 +522,7 @@ fn lesson_html(page: Lesson) -> String {
]),
h("body", [], [
h("nav", [#("class", "navbar")], [
- h("a", [#("href", "/")], [text("Try Gleam")]),
+ h("a", [#("href", "/")], [text("Gleam Language Tour")]),
]),
h("article", [#("id", "playground")], [
h("section", [#("id", "left")], [