From 7075119777c7da7d9bd3e626f64679ca03910966 Mon Sep 17 00:00:00 2001 From: Ethosa Date: Sun, 19 May 2024 18:05:28 +0700 Subject: [PATCH] update guide page --- examples/website/src/docs/introduction.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/website/src/docs/introduction.nim b/examples/website/src/docs/introduction.nim index 08327b1a9..c50b203af 100644 --- a/examples/website/src/docs/introduction.nim +++ b/examples/website/src/docs/introduction.nim @@ -38,7 +38,7 @@ proc Contributor*(nickname, url, avatar: string): TagRef = component Introduction: `template`: tDiv(class = "flex flex-col px-8 py-2 xl:h-fit gap-4"): - tImg(src = "/happyx/public/icon.png", class = "self-center w-72 h-72") + tImg(src = "/happyx/public/icon.webp", alt = "happyx logo", class = "self-center w-72 h-72") tH1: {translate"Introduction ✌"} tTable: tTbody: