From eb47a893c941000803984d9100e3856040404f3b Mon Sep 17 00:00:00 2001 From: Jean-Nicolas Veigel Date: Sat, 16 Mar 2024 04:27:31 +0100 Subject: chore: format css --- src/tour/components.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tour/components.gleam b/src/tour/components.gleam index 98d7590..a1e78c9 100644 --- a/src/tour/components.gleam +++ b/src/tour/components.gleam @@ -19,7 +19,7 @@ pub fn text_link( /// Renders the tour's navbar as html pub fn navbar(titled title: String, links links: List(Link)) -> Html { - let links = list.map(links, fn(l) { text_link(l, [#("class", "link")]) }) + let links = list.map(links, fn(l) { text_link(l, []) }) let nav_right_items = list.flatten([links, [widgets.theme_picker()]]) -- cgit v1.2.3