Skip to content

Commit

Permalink
Distinct title
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 18, 2024
1 parent 7d30b9a commit 8d791b4
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 @@ -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,
Expand Down

0 comments on commit 8d791b4

Please sign in to comment.