mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-08-22 08:34:13 -05:00
Adjust subject of hack approval email
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user