mirror of
https://github.com/Hilbis/Hilbish
synced 2025-06-01 10:12:04 +00:00
fix: image links
This commit is contained in:
parent
fdd9e62eec
commit
bf21667215
@ -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")]),
|
||||
|
@ -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([
|
||||
|
Loading…
x
Reference in New Issue
Block a user