From 7e61b9df579df5a52196869ba361d0ddc6f305cd Mon Sep 17 00:00:00 2001 From: Mariothedog <28541089+git12121@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:33:18 +0100 Subject: [PATCH 1/2] Add Robert Louis Stevenson quote --- js/quotes.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/quotes.js b/js/quotes.js index b9f6016..5b0ce02 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1976,5 +1976,9 @@ const quotes = [ }, { quote: "“You know you're in love when you can't fall asleep because reality is finally better than your dreams.”", name: "Dr. Seuss" -} +}, + { + text: "Don't judge each day by the harvest you reap but by the seeds that you plant.", + author: "Robert Louis Stevenson", + } ]; From 7c0590fc58b4a591fb9ef1063b90ebf4b1aa902d Mon Sep 17 00:00:00 2001 From: Mariothedog <28541089+git12121@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:34:23 +0100 Subject: [PATCH 2/2] Add Rosa Parks quote --- js/quotes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 5b0ce02..af69afa 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1980,5 +1980,9 @@ const quotes = [ { text: "Don't judge each day by the harvest you reap but by the seeds that you plant.", author: "Robert Louis Stevenson", + }, + { + text: "I have learned over the years that when one's mind is made up, this diminishes fear.", + author: "Rosa Parks", } ];