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",