We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516de40 commit cd3d705Copy full SHA for cd3d705
apps/demo/emails/notifications/yelp-recent-login.tsx
@@ -10,9 +10,9 @@ import {
10
Preview,
11
Row,
12
Section,
13
+ Tailwind,
14
Text,
15
} from '@react-email/components';
-import { Tailwind } from '@react-email/tailwind';
16
import tailwindConfig from '../tailwind.config';
17
18
interface YelpRecentLoginEmailProps {
@@ -41,8 +41,8 @@ export const YelpRecentLoginEmail = ({
41
42
return (
43
<Html>
44
- <Head />
45
<Tailwind config={tailwindConfig}>
+ <Head />
46
<Body className="bg-white font-yelp">
47
<Preview>Yelp recent login</Preview>
48
<Container>
0 commit comments