Skip to content

Commit 37b405b

Browse files
authored
feat: add dub link (#2662)
1 parent 8d391c2 commit 37b405b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.changeset/breezy-pears-tie.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+
Update link for Resend

apps/web/src/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function Footer() {
99
Brought to you by{' '}
1010
<Anchor
1111
className="inline-flex items-center gap-2"
12-
href="https://resend.com"
12+
href="https://go.resend.com/react-email"
1313
target="_blank"
1414
rel="noopener noreferrer"
1515
>

apps/web/src/components/send.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export const Send = ({
136136
Powered by{' '}
137137
<a
138138
className="text-white/85 transition duration-300 ease-in-out hover:text-slate-12"
139-
href="https://resend.com"
139+
href="https://go.resend.com/react-email"
140140
rel="noreferrer"
141141
target="_blank"
142142
>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const Send = ({ markup }: { markup: string }) => {
118118
Powered by{' '}
119119
<a
120120
className="text-white/85 transition duration-300 ease-in-out hover:text-slate-12"
121-
href="https://resend.com"
121+
href="https://go.resend.com/react-email"
122122
rel="noreferrer"
123123
target="_blank"
124124
>

0 commit comments

Comments
 (0)