diff --git a/website/src/pages/index.gleam b/website/src/pages/index.gleam index ed21b15..eff9519 100644 --- a/website/src/pages/index.gleam +++ b/website/src/pages/index.gleam @@ -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")]), diff --git a/website/src/website.gleam b/website/src/website.gleam index fc6f1e1..ddf4d14 100644 --- a/website/src/website.gleam +++ b/website/src/website.gleam @@ -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([