forked from getcursor/cursor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,8 @@ function ErrorPopup() { | |
</div> | ||
</div> | ||
<div className="errorPopup__body"> | ||
Something unexpected happened. Please try again later. If this continues, please contact [email protected]. | ||
Something unexpected happened. Please try again later. If | ||
this continues, please contact [email protected]. | ||
<br /> | ||
</div> | ||
</div> | ||
|
@@ -151,11 +152,16 @@ function NoAuthRateLimitPopup() { | |
</div> | ||
</div> | ||
<div className="errorPopup__body"> | ||
We're getting more traffic than we can handle right | ||
now. Please try again in one minute. To avoid these limits, you can optionally upgrade to <a | ||
We're getting more traffic than we can handle right now. | ||
Please try again in one minute. To avoid these limits, you | ||
can optionally upgrade to{' '} | ||
<a | ||
className="pay-link" | ||
onClick={() => dispatch(ts.upgradeCursor(null))} | ||
>pro</a>. | ||
> | ||
pro | ||
</a> | ||
. | ||
</div> | ||
</div> | ||
</Modal> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters