Skip to content

Commit

Permalink
Data Upload: Playtesting Followups ('Add Data' Button Update, Support…
Browse files Browse the repository at this point in the history
… 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
mxosman and Mahmoud authored Oct 4, 2022
1 parent 8d55b13 commit 0354b28
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion publisher/src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const Menu = () => {

<MenuItem buttonPadding>
<Button type="blue" onClick={() => navigate("/upload")}>
Add Data
Upload Data
</Button>
</MenuItem>
</MenuContainer>
Expand Down
14 changes: 3 additions & 11 deletions publisher/src/components/Onboarding/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</>
Expand All @@ -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>
</>
),
Expand Down Expand Up @@ -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>
</>
),
Expand Down
5 changes: 2 additions & 3 deletions publisher/src/components/ReviewMetrics/ReviewMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
6 changes: 3 additions & 3 deletions publisher/src/components/assets/cloud-upload-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0354b28

Please sign in to comment.