diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 20:03:06 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 20:03:06 +0000 |
commit | 8d791b4da1623f56f934c0f19f40f7f74e17d99b (patch) | |
tree | 856487d4c415bb3555c71fc12e02c753e1aee7f9 /src/tour.gleam | |
parent | 7d30b9a5e50676881e47fb3ee87b65db4b020493 (diff) | |
download | tour-8d791b4da1623f56f934c0f19f40f7f74e17d99b.tar.gz tour-8d791b4da1623f56f934c0f19f40f7f74e17d99b.zip |
Distinct title
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index 2a9607b..390d503 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -210,7 +210,7 @@ fn write_content(chapters: List(Chapter)) -> snag.Result(Nil) { // Home page use _ <- result.try( write_lesson(Lesson( - name: "Hello, world!", + name: "Welcome!", text: home_html, code: hello_joe, path: path_home, |