-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from JenniferEinstein/shorten-messages-for-pr…
…esentation Shorten message pages for presentation.
- Loading branch information
Showing
2 changed files
with
10 additions
and
14 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 |
---|---|---|
|
@@ -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 | ||
|