-
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.
Data Upload: Playtesting Followups ('Add Data' Button Update, Support…
… Email Update) (#51) * Update add data button * Update to support email to humphreys email * Remove icon from button Co-authored-by: Mahmoud <[email protected]>
- Loading branch information
Showing
4 changed files
with
9 additions
and
18 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 |
---|---|---|
|
@@ -451,9 +451,7 @@ const OnboardingSessionView = ({ | |
Your feedback helps us to make this product even easier to use. If | ||
you have questions, requests, or any other feedback, please email us | ||
at{" "} | ||
<a href="mailto:[email protected]"> | ||
[email protected] | ||
</a>{" "} | ||
<a href="mailto:[email protected]">[email protected]</a>{" "} | ||
and we’ll be happy to get back to you. | ||
</p> | ||
</> | ||
|
@@ -468,10 +466,7 @@ const OnboardingSessionView = ({ | |
<> | ||
<p> | ||
If you have any questions, email the Justice Counts team at{" "} | ||
<a href="mailto:[email protected]"> | ||
[email protected] | ||
</a> | ||
. | ||
<a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
</> | ||
), | ||
|
@@ -551,10 +546,7 @@ const OnboardingSessionView = ({ | |
<> | ||
<p> | ||
If you have any questions, email the Justice Counts team at{" "} | ||
<a href="mailto:[email protected]"> | ||
[email protected] | ||
</a> | ||
. | ||
<a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
</> | ||
), | ||
|
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 |
---|---|---|
|
@@ -335,9 +335,8 @@ const ReviewMetrics: React.FC = observer(() => { | |
The following data has been successfully uploaded. Take a moment | ||
to review the changes. If you believe there is an error, please | ||
contact the Justice Counts team via{" "} | ||
<a href="mailto:[email protected]"> | ||
[email protected] | ||
</a> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
. | ||
</> | ||
) : ( | ||
"Uploaded file contains no metrics to review." | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.