From bf2166721526b5b3b26dade6ca12829a39633ede Mon Sep 17 00:00:00 2001 From: sammyette Date: Sat, 3 May 2025 21:23:33 -0400 Subject: [PATCH] fix: image links --- website/src/pages/index.gleam | 2 +- website/src/website.gleam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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([