aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-18 20:03:06 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-18 20:03:06 +0000
commit8d791b4da1623f56f934c0f19f40f7f74e17d99b (patch)
tree856487d4c415bb3555c71fc12e02c753e1aee7f9 /src/tour.gleam
parent7d30b9a5e50676881e47fb3ee87b65db4b020493 (diff)
downloadtour-8d791b4da1623f56f934c0f19f40f7f74e17d99b.tar.gz
tour-8d791b4da1623f56f934c0f19f40f7f74e17d99b.zip
Distinct title
Diffstat (limited to 'src/tour.gleam')
-rw-r--r--src/tour.gleam2
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,