aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-03-26 14:04:10 +0000
committerLouis Pilfold <louis@lpil.uk>2024-03-26 14:04:10 +0000
commit2e7c0c4ef0282c634cf96b47a692426a8f0c6262 (patch)
tree69b673a5c24f8b55b926064e44c68ddee57e4da7 /src
parentc2dcbe0f25a3e8bd60a4ccf377bbdd47f4794871 (diff)
downloadtour-2e7c0c4ef0282c634cf96b47a692426a8f0c6262.tar.gz
tour-2e7c0c4ef0282c634cf96b47a692426a8f0c6262.zip
Remove off-brand transitions and mobile UI breaking link
Diffstat (limited to 'src')
-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"),
])
}