From 56cfa03cddc191b32d4470b54b19c4d744f553ff Mon Sep 17 00:00:00 2001 From: hekzayas Date: Tue, 12 Mar 2024 03:00:34 -0600 Subject: [PATCH] Quote Generator --- index.html | 2 +- quotes.js | 3 ++- script.js | 2 +- style.css | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 32fea8e..d1b5408 100644 --- a/index.html +++ b/index.html @@ -38,4 +38,4 @@ - \ No newline at end of file + diff --git a/quotes.js b/quotes.js index a695a14..fe4befc 100644 --- a/quotes.js +++ b/quotes.js @@ -63,4 +63,5 @@ const localQuotes = [ "text": "Today is the tomorrow we worried about yesterday.", "author": "" } - ] \ No newline at end of file + ] + \ No newline at end of file diff --git a/script.js b/script.js index 6cbde89..cc23263 100644 --- a/script.js +++ b/script.js @@ -76,4 +76,4 @@ newQuoteBtn.addEventListener('click', () => newQuote(quotesOrigin)); twitterBtn.addEventListener('click', tweetQuote); // On Load -getQuotes(); \ No newline at end of file +getQuotes(); diff --git a/style.css b/style.css index 964a443..005546f 100644 --- a/style.css +++ b/style.css @@ -111,4 +111,4 @@ button:active { .quote-text { font-size: 2.5rem; } -} \ No newline at end of file +}