aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tour/page.gleam2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tour/page.gleam b/src/tour/page.gleam
index b2093bc..1724d6b 100644
--- a/src/tour/page.gleam
+++ b/src/tour/page.gleam
@@ -57,6 +57,8 @@ pub fn html(page config: PageConfig) -> Html {
scripts: config.scripts.body,
static_content: [
components.navbar(titled: "Gleam Language Tour", links: [
+ // TODO: find better label
+ Link(label: "Tour index", to: "/everything"),
Link(label: "gleam.run", to: "http://gleam.run"),
]),
],