Skip to content

Commit

Permalink
Merge pull request #113 from JenniferEinstein/shorten-messages-for-pr…
Browse files Browse the repository at this point in the history
…esentation

Shorten message pages for presentation.
  • Loading branch information
JenniferEinstein authored Jan 16, 2024
2 parents 9338727 + 8112ba1 commit 5c3245d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
19 changes: 9 additions & 10 deletions src/components/MessageMatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ function MessageMatch( {giver, receiver, event} ) {
{/* <h1>logo here</h1> */}
<h2>
<span>Congratulations Mozzy!<br />You've Been Matched for the Gift Exchange! </span></h2>
<p>Exciting news! You've been successfully matched for the upcoming Gift Exchange. Now, the joy of gift-giving begins! To help you get started, here's some information about your recipient's preferences:</p>
<p>Now, the joy of gift-giving begins! To help you get started, here's some information about your recipient's preferences:</p>
{/* <h2>
<span>Congratulations {giver.name_first}!<br />You've Been Matched for the Gift Exchange! </span></h2> */}
{/* <p>Exciting news! You've been successfully matched for the upcoming Gift Exchange. Now, the joy of gift-giving begins! To help you get started, here's some information about your recipient's preferences:</p> */}
<div className='hardcoded'>
<ul className='message-list'>
<li>Based on the theme, if given carte blanche, the person receiving your gift would like: a bottle of De Venoge Princes Tour Eiffel Champagne</li>
<li>Given carte blanche, the person receiving your gift would like: a bottle of De Venoge Princes Tour Eiffel Champagne</li>
<li>The category they are most interested in is: food</li>
<li>Their favorite color is: cobalt blue</li>
<li>They ask that you avoid: any meat</li>
Expand All @@ -34,9 +34,9 @@ function MessageMatch( {giver, receiver, event} ) {
<p className='last-p-tag-in-div'></p>
</div>

<p>The minimum spend is $50. This does not include shipping costs. </p>
{/* <p>The minimum spend is $50. This does not include shipping costs. </p> */}
<p>
Important Dates: Your thoughtful gift should be on its way by the SHIPPING DEADLINE on <span className='bold'>January 25, 2024</span>. Once you've sent your gift, update us with the <span className='underline'>carrier, date, and tracking information</span>.
Your thoughtful gift should be on its way by <span className='bold'>January 25, 2024</span>. Once sent your gift, update us with the <span className='underline'>carrier, date, and tracking information</span>.
</p>
<p className='last-p-tag-in-div'></p>
</div>
Expand All @@ -51,15 +51,14 @@ function MessageMatch( {giver, receiver, event} ) {
<p>
Important Dates: Your thoughtful gift should be on its way by the SHIPPING DEADLINE on <span className='bold'>{event.shipping_deadline}</span>. Once you've sent your gift, update us with the carrier, date, and tracking information.
</p> */}

<p>
{/* <p>
Sharing the Joy: When you receive your gift, don't forget to spread the joy! When you get your gift, upload a picture of it to the gallery to confirm its safe arrival.
</p>
<p>
</p> */}
{/* <p>
We hope you have a fantastic time selecting and exchanging gifts. If you have any questions or need assistance, feel free to reach out.
</p>
</p> */}
<p>Happy Gifting!</p>
<p>Best Regards,</p>
{/* <p>Best Regards,</p> */}
<p>Happiness Exchange</p>

</div>
Expand Down
5 changes: 1 addition & 4 deletions src/components/MessageProof.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@ function MessageProof() {
<h2>Time to add a picture of the gift you received to the gallery!</h2>
<div className='message-after-header message-top-no-greeting'>
{/* add greeting here? --check--*/}
<p> Adding your picture lets us know that your match did their job. You will be given an opportunity to leave a little note describing your gift and/or thoughts. Our aim is to spread joy!</p>
<p> Adding your picture lets us know that your match did their job. You will be given an opportunity to leave a little note describing your gift and/or thoughts.</p>

<p>Please don't leave a negative note. </p>

<p>
Even if you are disappointed in your gift, your match went out of their way to think about what you might like and sent it to you. If you really can't think of anything nice to say, saying "Thanks for the gift" is perfectly accceptable.
</p>
<p>
The one exception is if you received something inappropriate or against the rules. In that case, don't upload the picture and do let us know immediately at [email protected].
</p>
<div id='upload-modal-button-in-message'>
{/* Modal */}
<UploadModal
Expand Down

0 comments on commit 5c3245d

Please sign in to comment.