diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:35:36 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:35:36 +0000 |
commit | dbbb3a7d2608563b9e2468c127a899e055f2c739 (patch) | |
tree | 0c6bdaf6b2134ae1c92c6de6976d54962b41a549 /src/tour.gleam | |
parent | cc689c5f4f049d9847e2d251461acbd9ff21b3c4 (diff) | |
download | tour-dbbb3a7d2608563b9e2468c127a899e055f2c739.tar.gz tour-dbbb3a7d2608563b9e2468c127a899e055f2c739.zip |
Update title
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 2 |
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")], [ |