2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-06-01 10:12:04 +00:00

fix: image links

This commit is contained in:
sammyette 2025-05-03 21:23:33 -04:00
parent fdd9e62eec
commit bf21667215
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pub fn page() -> element.Element(a) {
html.div([attribute.class("gap-1 flex flex-col items-center")], [
html.span([attribute.class("flex flex-row items-center justify-center")], [
html.img([
attribute.src("/hilbish-flower.png"),
attribute.src("./hilbish-flower.png"),
attribute.class("h-20")
]),
html.p([attribute.class("text-4xl font-bold")], [element.text("Hilbish")]),

View File

@ -41,7 +41,7 @@ fn create_page(content: element.Element(a)) -> element.Element(a) {
html.div([], [
html.a([attribute.href("/"), attribute.class("flex items-center gap-1")], [
html.img([
attribute.src("/hilbish-flower.png"),
attribute.src("./hilbish-flower.png"),
attribute.class("h-6")
]),
html.span([