Midday / packages /email /components /get-started.tsx
Jules
Final deployment with all fixes and verified content
c09f67c
import { Section } from "@react-email/components";
import { Button } from "./theme";
export function GetStarted() {
return (
<Section className="text-center mt-[50px] mb-[50px]">
<Button href="https://go.midday.ai/VmJhYxE">Get started</Button>
</Section>
);
}