aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/tour.gleam')
-rw-r--r--src/tour.gleam2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index 7b7272b..ef4ed02 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -580,8 +580,6 @@ const css_defaults_code = [css_syntax_highlight, css_scheme_atom_one]
/// Renders the navbar with common links
fn render_navbar() -> Html {
widgets.navbar(titled: "Gleam Language Tour", links: [
- // TODO: find better label
- Link(label: "Tour index", to: path_everything),
Link(label: "gleam.run", to: "http://gleam.run"),
])
}