From 18113d0245441e50243cbdf5cd5bfda5db3e9a0e Mon Sep 17 00:00:00 2001 From: bookish <44310042+bookish@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:44:22 -0400 Subject: [PATCH] add Ryan Holiday quotes Ryan Holiday wrote many good books, including one called The Obstacle is The Way. Is it possible for this to receive Hacktoberfest 2022 accepted status? Thank you. --- js/quotes.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index c2638d8..7883e18 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -6620,4 +6620,12 @@ 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: 'If we are emotional, subjective and short-sighted, we only add to our troubles.', + author: 'Ryan Holiday', + }, + { + text: 'The obstacle in the path becomes the path.', + author: 'Ryan Holiday', + }, ];