Adjust subject of hack approval email

This commit is contained in:
Jared Schoeny
2026-06-12 23:58:20 -06:00
parent 67ad0c180a
commit 8969344a4f

View File

@@ -336,7 +336,7 @@ export async function approveHack(slug: string, verified?: boolean) {
});
await sendTransactionalEmail({
to: creatorEmail,
subject: `Your hack "${hack.title}" has been approved`,
subject: `"${hack.title}" has been approved`,
html,
});
}