Skip to content

Commit

Permalink
Update title
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 18, 2024
1 parent cc689c5 commit dbbb3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tour.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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")], [
Expand Down

0 comments on commit dbbb3a7

Please sign in to comment.