Skip to content

Commit

Permalink
Update ErrorFallback.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
windnagelnsidc authored Oct 18, 2023
1 parent 4f31e41 commit 2541706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ErrorFallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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 unavaialbe. Please try again later.
If the error persists, copy the red error text and send to NSIDC User Services at the link below.
</p>

<p><b>
Expand Down

0 comments on commit 2541706

Please sign in to comment.