Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 559b2dc

Browse files
committed
feat(axiom): implement outgoing emails
1 parent 09d394f commit 559b2dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/email/templates/cuhacking/registered-for-hackathon.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ function getGenericEmailConstants() {
2323
/* catch (error) {
2424
* console.error('Error fetching email content:', error) */
2525
return {
26-
title: 'Default Title',
26+
title: 'Your account is created.',
2727
body: {
28-
text: 'This is a fallback email body.',
29-
buttonText: 'Click Here',
30-
buttonLink: 'https://portal.cuhacking.ca',
28+
buttonText: 'Complete Registration',
29+
buttonLink: 'https://portal.cuhacking.ca/terms',
30+
text: 'Looking forward to seeing you on March 14th!',
3131
footer: 'See you soon!',
3232
},
3333
}

0 commit comments

Comments
 (0)