mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 09:58:28 +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
|
https://github.com/RedPlanetHQ/core
|
||||||
</Link>
|
</Link>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
</Body>
|
</Body>
|
||||||
</Html>
|
</Html>
|
||||||
|
|||||||
@ -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 />,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user