Skip to content

Commit cd3d705

Browse files
committed
move Head inside and fix import
1 parent 516de40 commit cd3d705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/demo/emails/notifications/yelp-recent-login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import {
1010
Preview,
1111
Row,
1212
Section,
13+
Tailwind,
1314
Text,
1415
} from '@react-email/components';
15-
import { Tailwind } from '@react-email/tailwind';
1616
import tailwindConfig from '../tailwind.config';
1717

1818
interface YelpRecentLoginEmailProps {
@@ -41,8 +41,8 @@ export const YelpRecentLoginEmail = ({
4141

4242
return (
4343
<Html>
44-
<Head />
4544
<Tailwind config={tailwindConfig}>
45+
<Head />
4646
<Body className="bg-white font-yelp">
4747
<Preview>Yelp recent login</Preview>
4848
<Container>

0 commit comments

Comments
 (0)