From 4463dc0571679314b2aa2bbe9deadd0f0295e641 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:03:45 -0300 Subject: [PATCH] customize navbar --- src/playground/widgets.gleam | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/playground/widgets.gleam b/src/playground/widgets.gleam index c46e31b..b4f2808 100644 --- a/src/playground/widgets.gleam +++ b/src/playground/widgets.gleam @@ -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(), ]), ])