mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-01 00:32:03 +00:00
fix: hilbish icon url
This commit is contained in:
parent
51d8e7b42e
commit
681e1127f4
@ -160,7 +160,7 @@ fn nav() -> element.Element(a) {
|
||||
[attribute.href("/"), attribute.class("flex items-center gap-1")],
|
||||
[
|
||||
html.img([
|
||||
attribute.src("/hilbish-flower.png"),
|
||||
attribute.src(conf.base_url_join("hilbish-flower.png")),
|
||||
attribute.class("h-16"),
|
||||
]),
|
||||
html.span([attribute.class("self-center text-3xl font-medium")], [
|
||||
@ -207,7 +207,7 @@ fn footer() -> element.Element(a) {
|
||||
],
|
||||
[
|
||||
html.img([
|
||||
attribute.src("/hilbish-flower.png"),
|
||||
attribute.src(conf.base_url_join("hilbish-flower.png")),
|
||||
attribute.class("h-24"),
|
||||
]),
|
||||
html.span([attribute.class("self-center text-6xl")], [
|
||||
|
Loading…
x
Reference in New Issue
Block a user