diff --git a/apps/frontend/src/frontend/view/footer/footer.gleam b/apps/frontend/src/frontend/view/footer/footer.gleam index c0f27ce..db73cb0 100644 --- a/apps/frontend/src/frontend/view/footer/footer.gleam +++ b/apps/frontend/src/frontend/view/footer/footer.gleam @@ -28,11 +28,11 @@ pub fn view() { h.text("Gloogle is designed with 🔥 by "), h.a( [ - a.href("https://gaspard.design/"), + a.href("https://gaspardbuffet.com/"), a.target("_blank"), a.rel("noreferrer"), ], - [h.text("gaspard.design")], + [h.text("Gaspard Buffet")], ), ]), ]),