From 2cf47a191a537bc9b473eabbcc6c3f6cab054820 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 11 Mar 2024 11:12:13 +0000 Subject: Change text --- src/tour.gleam | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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", -- cgit v1.2.3