From 6ea1c549ce472c233cfc7196fd3cb7a26fa40c12 Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Thu, 21 Nov 2024 12:55:51 +0100 Subject: [PATCH] Update gaspard design site --- landing_page/src/components/footer.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing_page/src/components/footer.gleam b/landing_page/src/components/footer.gleam index b1e560b..e55f9b1 100644 --- a/landing_page/src/components/footer.gleam +++ b/landing_page/src/components/footer.gleam @@ -12,7 +12,7 @@ pub fn footer() { footer_details([h.text("Made with 💜 at Chou Corp.")]), footer_details([ h.text("With the help of "), - link("https://gaspard.design", "gaspard.design"), + link("https://gaspardbuffet.com", "Gaspard Buffet"), ]), ]), ])