Skip to content

Commit

Permalink
customize navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Dec 22, 2024
1 parent 7dca7f6 commit 4463dc0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/playground/widgets.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,12 @@ pub fn navbar() -> Html {
],
[],
),
text("Gleam Playground"),
text("Glistix Playground"),
]),
h("div", [#("class", "nav-right")], [
anchor("https://gleam.run", [#("class", "link")], [text("gleam.run")]),
anchor("https://glistix.github.io/book", [#("class", "link")], [
text("Glistix"),
]),
theme_picker(),
]),
])
Expand Down

0 comments on commit 4463dc0

Please sign in to comment.