Skip to content

Commit

Permalink
Remove tailwind config inside
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Aug 19, 2023
1 parent 7f1964e commit 8f63c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/emails/NewPostNewsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function NewPostNewsletter({
const MDXComponents = { p: MDXText, blockquote: MDXBlockQuote };

return (
<TailwindEmailConfig>
<>
<Section>
<Row>
<Text className="text-2xl font-serif font-semibold">
Expand Down Expand Up @@ -84,7 +84,7 @@ export function NewPostNewsletter({
<Text className="text-base ml-4 my-0">{story.author.bio}</Text>
</Column>
</Row>
</TailwindEmailConfig>
</>
);
}

Expand Down

0 comments on commit 8f63c5a

Please sign in to comment.