Skip to content

Commit

Permalink
1181 language update (passportxyz#1185)
Browse files Browse the repository at this point in the history
* chore(app): updates 1 click language

* fix(app): made it prettier

---------

Co-authored-by: Michael Green <[email protected]>
  • Loading branch information
michaelgreen06 and Michael Green authored Apr 24, 2023
1 parent 13f119c commit 4d85667
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/components/RefreshMyStampsModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,12 @@ export const RefreshMyStampsModalContent = ({
</button>
<div className="text-center">
<div className="m-auto mb-6 w-3/4 text-3xl">No Eligible Web3 Stamps Found</div>
<div className="mt-24 text-xl text-muted">There are no unverified stamps currently eligible. Please return to the dashboard and select additional stamps to receive by connecting to external accounts (examples include Gmail, Discord, etc) or perform the actions required to qualify for a stamp and resubmit for that stamp through the dashboard. Click the button to return to the dashboard and explore all stamps.</div>
<div className="mt-24 text-xl text-muted">
There are no unverified stamps currently eligible. Please return to the dashboard and select additional
stamps to receive by connecting to external accounts (examples include Gmail, Discord, etc) or perform the
actions required to qualify for a stamp and resubmit for that stamp through the dashboard. Click the
button to return to the dashboard and explore all stamps.
</div>
</div>
<button
className="sidebar-verify-btn hover:backround-2 mt-36 flex w-full items-center justify-center rounded-sm text-white"
Expand Down

0 comments on commit 4d85667

Please sign in to comment.