mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-01 08:42:04 +00:00
fix: logo route
This commit is contained in:
parent
279ea433e2
commit
2a2bf03fad
@ -81,7 +81,10 @@ pub fn nav() -> element.Element(a) {
|
||||
html.div([attribute.class("flex my-auto px-2")], [
|
||||
html.div([], [
|
||||
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([
|
||||
attribute.src(conf.base_url_join("/hilbish-flower.png")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user