-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,9 @@ const RequestPurchaseSuccess = () => { | |
<div style={{ textAlign: 'left' }}> | ||
<div style={{ marginBottom: '100px', marginTop: "100px" }}>Gifting</div> | ||
<div className="text-A65A5A" style={{ marginBottom: '40px' }}>Thank You!</div> | ||
<div style={{width: '835px', fontSize: '24px', marginBottom: '40px'}}> We have received your purchase, and you will receive an order confirmation email shortly to [email protected]. | ||
<div style={{width: '835px', fontSize: '24px', marginBottom: '40px'}}> | ||
We have received your purchase, and you will receive an order confirmation email shortly to | ||
<span style={{ color: '#BC2C36' }}> [email protected]</span>. | ||
In the meantime, submit a request to Cait, or explore her curated gift selections for any occasion!</div> | ||
</div> | ||
<div className="flex flex-row space-x-2"> | ||
|