Skip to content

Commit

Permalink
Quote Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
hekzayas committed Mar 12, 2024
1 parent 8c1810b commit 56cfa03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
<script src="quotes.js"></script>
<script src="script.js"></script>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ const localQuotes = [
"text": "Today is the tomorrow we worried about yesterday.",
"author": ""
}
]
]

2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ newQuoteBtn.addEventListener('click', () => newQuote(quotesOrigin));
twitterBtn.addEventListener('click', tweetQuote);

// On Load
getQuotes();
getQuotes();
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56cfa03

Please sign in to comment.