Skip to content

Commit e3db889

Browse files
PgBiellpil
authored andcommitted
use relative URL in navbar
1 parent 8bf5e0d commit e3db889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground/widgets.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub fn text_link(
186186
/// Renders the playground's navbar as html
187187
pub fn navbar(gleam_version: String) -> Html {
188188
h("nav", [#("class", "navbar")], [
189-
anchor("/", [#("class", "logo")], [
189+
anchor("", [#("class", "logo")], [
190190
h(
191191
"img",
192192
[

0 commit comments

Comments
 (0)