Skip to content

Commit

Permalink
Merge pull request #51 from nsidc/windnagelnsidc-patch-3
Browse files Browse the repository at this point in the history
Updates for error message
  • Loading branch information
mfisher87 authored Oct 18, 2023
2 parents 28a290d + 74ddb8f commit e867eb1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/ErrorFallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ const ErrorFallbackComponent = ({error, resetErrorBoundary}: ErrorFallbackParams
<div className="error-message">{error.message}</div>

<p>
It's likely this application is down because other web services it depends on are currently down.
Refresh the page later to try again.
Something went wrong. This application is currently unavailable. Please try again later.
</p>

<p><b>
{"Please contact "}
<a href="mailto:[email protected]">NSIDC User Services</a>
{" if you need additional assistance."}
{"If the error persists, copy the red error text and send to "}
<a href="mailto:[email protected]">NSIDC User Services</a>.
</b></p>
</div>
);
Expand Down

0 comments on commit e867eb1

Please sign in to comment.