fix: save onboarding answers

This commit is contained in:
Harshith Mullapudi 2025-09-08 19:12:48 +05:30
parent 145ddefbf3
commit 8a7f43dd87
2 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ export default function WelcomeEmail() {
https://github.com/RedPlanetHQ/core
</Link>
</Text>
<Footer />
</Body>
</Html>

View File

@ -79,7 +79,7 @@ export class EmailClient {
case "welcome":
return {
subject: `welcome to core`,
subject: `Your CORE setup is ready ⚡`,
component: <WelcomeEmail />,
};
}