Skip to content

Commit ead1fa1

Browse files
authored
Update main.js
1 parent 851fe0a commit ead1fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ function quoteGen() {
310310
}
311311

312312
function fetchNewQuote() {
313-
fetch("https://quoteslate.vercel.app/api/quotes/random?maxLength=70")
313+
fetch("https://quoteslate.vercel.app/api/quotes/random?maxLength=60")
314314
.then((res) => res.json())
315315
.then((data) => {
316316
displayQuote(data);

0 commit comments

Comments
 (0)