From 2e7c0c4ef0282c634cf96b47a692426a8f0c6262 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 26 Mar 2024 14:04:10 +0000 Subject: Remove off-brand transitions and mobile UI breaking link --- src/tour.gleam | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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"), ]) } -- cgit v1.2.3