Skip to content

Commit

Permalink
Footer wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Nov 20, 2024
1 parent a72acbd commit 95fd42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing_page/src/components/footer.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub fn footer() {
use <- redraw.component__("Footer")
footer_([], [
column([
footer_details([h.text("Made with 💜 by Chou Corp.")]),
footer_details([h.text("Made with 💜 at Chou Corp.")]),
footer_details([
h.text("With the help of "),
link("https://gaspard.design", "gaspard.design"),
Expand Down

0 comments on commit 95fd42d

Please sign in to comment.