Skip to content

Commit a949804

Browse files
authored
feat: address linter feedback for "reviews" emails (#1984)
1 parent 34c7870 commit a949804

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/demo/emails/reviews/airbnb-review.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const AirbnbReviewEmail = ({
6767
your feedback to {authorName} using your Airbnb message thread.
6868
</Text>
6969

70-
<Button style={button} href="https://airbnb.com/">
70+
<Button style={button} href="https://www.airbnb.com">
7171
Send My Feedback
7272
</Button>
7373
</Row>
@@ -81,25 +81,25 @@ export const AirbnbReviewEmail = ({
8181
Common questions
8282
</Text>
8383
<Text>
84-
<Link href="https://airbnb.com/help/article/13" style={link}>
84+
<Link href="https://www.airbnb.com" style={link}>
8585
How do reviews work?
8686
</Link>
8787
</Text>
8888
<Text>
89-
<Link href="https://airbnb.com/help/article/1257" style={link}>
89+
<Link href="https://www.airbnb.com" style={link}>
9090
How do star ratings work?
9191
</Link>
9292
</Text>
9393
<Text>
94-
<Link href="https://airbnb.com/help/article/995" style={link}>
94+
<Link href="https://www.airbnb.com" style={link}>
9595
Can I leave a review after 14 days?
9696
</Link>
9797
</Text>
9898
<Hr style={hr} />
9999
<Text style={footer}>
100100
Airbnb, Inc., 888 Brannan St, San Francisco, CA 94103
101101
</Text>
102-
<Link href="https://airbnb.com" style={reportLink}>
102+
<Link href="https://www.airbnb.com" style={reportLink}>
103103
Report unsafe behavior
104104
</Link>
105105
</Row>

0 commit comments

Comments
 (0)