fix: save onboarding answers

This commit is contained in:
Harshith Mullapudi 2025-09-08 19:12:48 +05:30
parent df711b1af6
commit 33986e584a
2 changed files with 2 additions and 1 deletions

View File

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

View File

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