mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 10:08:27 +00:00
fix: save onboarding answers
This commit is contained in:
parent
df711b1af6
commit
33986e584a
@ -111,6 +111,7 @@ export default function WelcomeEmail() {
|
||||
https://github.com/RedPlanetHQ/core
|
||||
</Link>
|
||||
</Text>
|
||||
|
||||
<Footer />
|
||||
</Body>
|
||||
</Html>
|
||||
|
||||
@ -79,7 +79,7 @@ export class EmailClient {
|
||||
|
||||
case "welcome":
|
||||
return {
|
||||
subject: `welcome to core`,
|
||||
subject: `Your CORE setup is ready ⚡`,
|
||||
component: <WelcomeEmail />,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user