From b923bc5c59c22c65b27dd7d602e55ec8d9eb0d3e Mon Sep 17 00:00:00 2001 From: viciousButterfly Date: Mon, 10 Oct 2022 08:46:41 +0530 Subject: [PATCH] Added a new quote --- js/quotes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index b1e232b..377c1dd 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -7,6 +7,10 @@ const quotes = [ text: "If you wish to make an apple pie from scratch, you must first invent the universe", author: "Carl Sagan" }, + { + text: "As you walk down the fairway of life you must smell the roses, for you only get to play one round.", + author: "Ben Hogan" + }, { text: "Genius is one percent inspiration and ninety-nine percent perspiration.", author: "Thomas Edison",