Skip to content

Commit

Permalink
use relative URL in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel authored and lpil committed Dec 22, 2024
1 parent 8bf5e0d commit e3db889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playground/widgets.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub fn text_link(
/// Renders the playground's navbar as html
pub fn navbar(gleam_version: String) -> Html {
h("nav", [#("class", "navbar")], [
anchor("/", [#("class", "logo")], [
anchor("", [#("class", "logo")], [
h(
"img",
[
Expand Down

0 comments on commit e3db889

Please sign in to comment.