diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-03-11 11:12:13 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-03-11 11:12:13 +0000 |
commit | 2cf47a191a537bc9b473eabbcc6c3f6cab054820 (patch) | |
tree | 692306ecf3b5d532bbedcb5c9b299a5a62820771 /src | |
parent | 7852c9ab0747bfeef1c7df3439a25667094c76ef (diff) | |
download | tour-2cf47a191a537bc9b473eabbcc6c3f6cab054820.tar.gz tour-2cf47a191a537bc9b473eabbcc6c3f6cab054820.zip |
Change text
Diffstat (limited to 'src')
-rw-r--r-- | src/tour.gleam | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index de94520..57defdf 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -1,14 +1,14 @@ +import filepath import gleam/io import gleam/list -import htmb.{h, text} -import gleam/string_builder import gleam/option.{type Option, None, Some} -import gleam/string import gleam/result +import gleam/string +import gleam/string_builder +import htmb.{h, text} +import icons import simplifile -import filepath import snag -import icons const static = "static" @@ -572,7 +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("a", [#("href", "https://gleam.run")], [text("gleam.run")]), h("div", [#("class", "theme-picker")], [ h( "button", |