From 092bc87242f4ac57dbf5a8d5277dbdc75119cc01 Mon Sep 17 00:00:00 2001 From: Juan Leal <114959779+juandolealt@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:15:16 -0400 Subject: [PATCH] Small text fix Signed-off-by: Juan Leal <114959779+juandolealt@users.noreply.github.com> --- src/pages/api/mint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/mint.ts b/src/pages/api/mint.ts index ab42154..46838fd 100644 --- a/src/pages/api/mint.ts +++ b/src/pages/api/mint.ts @@ -60,7 +60,7 @@ export default async function handler( computeHtml({ imagePath: "", postType: "start", - content: "Sorry we went out of gas :(", + content: "Sorry, we're out of gas!", }) ); }