[go: up one dir, main page]

Skip to content

Commit

Permalink
chore(react-email): Remove placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Dec 2, 2022
1 parent 4c4e48c commit c2b0e4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/react-email/preview/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ const Home: React.FC<Readonly<HomeProps>> = ({ navItems }: any) => {
Welcome to the React Email preview!
</Heading>
<Text as="p" className="mt-2 mb-4">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia dolorum
vitae rem laudantium eos similique nobis facilis, quaerat excepturi
ratione asperiores iste suscipit perspiciatis quam minima delectus,
eveniet quas quo!
To start developing your next email template, you can create a{' '}
<code>.jsx</code> or <code>.tsx</code> file under the "emails" folder.
</Text>

<Button asChild>
Expand Down

0 comments on commit c2b0e4a

Please sign in to comment.