Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Musheer360 authored Oct 8, 2024
1 parent 851fe0a commit ead1fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function quoteGen() {
}

function fetchNewQuote() {
fetch("https://quoteslate.vercel.app/api/quotes/random?maxLength=70")
fetch("https://quoteslate.vercel.app/api/quotes/random?maxLength=60")
.then((res) => res.json())
.then((data) => {
displayQuote(data);
Expand Down

0 comments on commit ead1fa1

Please sign in to comment.