diff options
-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", |