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!", }) ); }