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

fix: hilbish icon url

This commit is contained in:
sammyette 2025-06-12 19:44:42 -04:00
parent 51d8e7b42e
commit 681e1127f4
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -160,7 +160,7 @@ fn nav() -> element.Element(a) {
[attribute.href("/"), attribute.class("flex items-center gap-1")], [attribute.href("/"), attribute.class("flex items-center gap-1")],
[ [
html.img([ html.img([
attribute.src("/hilbish-flower.png"), attribute.src(conf.base_url_join("hilbish-flower.png")),
attribute.class("h-16"), attribute.class("h-16"),
]), ]),
html.span([attribute.class("self-center text-3xl font-medium")], [ html.span([attribute.class("self-center text-3xl font-medium")], [
@ -207,7 +207,7 @@ fn footer() -> element.Element(a) {
], ],
[ [
html.img([ html.img([
attribute.src("/hilbish-flower.png"), attribute.src(conf.base_url_join("hilbish-flower.png")),
attribute.class("h-24"), attribute.class("h-24"),
]), ]),
html.span([attribute.class("self-center text-6xl")], [ html.span([attribute.class("self-center text-6xl")], [