Skip to content

Commit

Permalink
Change text
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 11, 2024
1 parent 7852c9a commit 2cf47a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/tour.gleam
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2cf47a1

Please sign in to comment.