Spaces:
Running
Running
clarified language of error modal
Browse files- components/ErrorModal.js +1 -1
components/ErrorModal.js
CHANGED
@@ -31,7 +31,7 @@ const ErrorModal = ({ isOpen, onClose }) => {
|
|
31 |
</h2>
|
32 |
|
33 |
<p className="text-gray-600 mb-4">
|
34 |
-
Due to high demand, we're not able to process requests right now. Want to run
|
35 |
</p>
|
36 |
|
37 |
<p className="text-gray-600 mb-8">
|
|
|
31 |
</h2>
|
32 |
|
33 |
<p className="text-gray-600 mb-4">
|
34 |
+
Due to high demand, we're not able to process requests right now. Want to run it yourself? Get the code and run it locally!
|
35 |
</p>
|
36 |
|
37 |
<p className="text-gray-600 mb-8">
|