Trudy commited on
Commit
f00e3e4
·
1 Parent(s): 36c87c6

clarified language of error modal

Browse files
Files changed (1) hide show
  1. 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 this locally? Get the code and host it yourself!
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">