We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851fe0a commit ead1fa1Copy full SHA for ead1fa1
main.js
@@ -310,7 +310,7 @@ function quoteGen() {
310
}
311
312
function fetchNewQuote() {
313
- fetch("https://quoteslate.vercel.app/api/quotes/random?maxLength=70")
+ fetch("https://quoteslate.vercel.app/api/quotes/random?maxLength=60")
314
.then((res) => res.json())
315
.then((data) => {
316
displayQuote(data);
0 commit comments