Skip to content

Commit

Permalink
chore(app): update message content in ceramic network error modal
Browse files Browse the repository at this point in the history
[finishes passportxyz#263]
  • Loading branch information
shavinac committed Jun 29, 2022
1 parent fcea3c5 commit aa9188f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/pages/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ export default function Dashboard() {
<img alt="shield-exclamation-icon" src="./assets/shield-exclamation-icon.svg" />
</div>
<div className="flex flex-col" data-testid="retry-modal-content">
<p className="text-lg font-bold">Unable to Connect</p>
<p className="text-lg font-bold">Ceramic Network Error</p>
<p>
There was an issue connecting to the Ceramic network. You can try connecting again or try again later.
The Gitcoin Passport relies on the Ceramic Network which currently is having network issues. Please try
again later.
</p>
</div>
</div>
Expand Down

0 comments on commit aa9188f

Please sign in to comment.