Skip to content

Commit e1ef323

Browse files
committed
chore(preview-server): improve flow of intrusctions for resend setup
1 parent 16a9b31 commit e1ef323

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/every-carpets-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@react-email/preview-server": patch
3+
---
4+
5+
improve reading flow for resend integration setup instructions

packages/preview-server/src/components/toolbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ const ToolbarInner = ({
293293
Run{' '}
294294
<CodeSnippet>
295295
npx react-email@latest resend setup
296-
</CodeSnippet>{' '}
297-
on your terminal to connect your Resend account.
296+
</CodeSnippet>
297+
<br /> on your terminal to connect your Resend account.
298298
</SuccessDescription>
299299
</SuccessWrapper>
300300
)}

0 commit comments

Comments
 (0)