2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-01 16:52:03 +00:00

fix: logo route

This commit is contained in:
sammyette 2025-06-22 18:58:59 -04:00
parent 279ea433e2
commit 2a2bf03fad
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -81,7 +81,10 @@ pub fn nav() -> element.Element(a) {
html.div([attribute.class("flex my-auto px-2")], [ html.div([attribute.class("flex my-auto px-2")], [
html.div([], [ html.div([], [
html.a( html.a(
[attribute.href("/"), attribute.class("flex items-center gap-1")], [
attribute.href(conf.base_url_join("/")),
attribute.class("flex items-center gap-1"),
],
[ [
html.img([ html.img([
attribute.src(conf.base_url_join("/hilbish-flower.png")), attribute.src(conf.base_url_join("/hilbish-flower.png")),