Skip to content

Commit ebf15d3

Browse files
author
Justin Torre
committed
credits page good
1 parent 1440bc7 commit ebf15d3

File tree

2 files changed

+333
-308
lines changed

2 files changed

+333
-308
lines changed

web/components/templates/waitlist/FeatureWaitlist.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ export function FeatureWaitlist({
9090
<div>
9191
<H3 className="mb-2">You&lsquo;re on the list!</H3>
9292
<P className="text-muted-foreground">
93-
We&lsquo;ll notify you at <strong>{email}</strong> when this
94-
feature is available.
93+
We&lsquo;ll notify you at <strong>{email}</strong> when this feature
94+
is available.
9595
</P>
9696
</div>
9797
</div>
@@ -110,7 +110,7 @@ export function FeatureWaitlist({
110110

111111
const content = (
112112
<>
113-
<div className="flex items-center gap-3 mb-4">
113+
<div className="mb-4 flex items-center gap-3">
114114
<div className="flex h-10 w-10 items-center justify-center rounded-lg border border-border">
115115
<Mail className="h-5 w-5 text-muted-foreground" />
116116
</div>

0 commit comments

Comments
 (0)