From 242a298392daaa51e6c611e84fee3ae962d01ea6 Mon Sep 17 00:00:00 2001 From: kazoni Date: Mon, 24 Oct 2022 16:58:03 -0500 Subject: [PATCH] Adding a new quote --- js/quotes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index c2638d8..f6b21ea 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -6620,4 +6620,8 @@ const quotes = [ text: 'Do not brood over your past mistakes and failures as this will only fill your mind with grief, regret and depression. Do not repeat them in the future.', author: 'Sri Swami Sivananda', }, + { + text: 'He who cannot rest, cannot work; he who cannot let go, cannot hold on; he who cannot find footing, cannot go forward.', + author: 'Harry Emerson Fosdick', + }, ];