Skip to content

Commit

Permalink
Avoid emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 2, 2024
1 parent 8f6984e commit b51f0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/survey/router.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn handle_form_submission(req: Request) -> Response {
])

wisp.ok()
|> wisp.set_cookie(req, cookie_name, "🥰", wisp.PlainText, 60 * 60 * 24 * 90)
|> wisp.set_cookie(req, cookie_name, ":)", wisp.PlainText, 60 * 60 * 24 * 90)
|> wisp.html_body(string_builder.from_string(html_thanks))
}

Expand Down

0 comments on commit b51f0f5

Please sign in to comment.