Skip to content

Commit

Permalink
Merge pull request #134 from bookish/b-holiday-quotes
Browse files Browse the repository at this point in the history
add Ryan Holiday quotes
  • Loading branch information
seths10 authored Oct 25, 2022
2 parents 99c5bac + a9df1fb commit 8ac2f80
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6621,11 +6621,19 @@ const quotes = [
author: 'Sri Swami Sivananda',
},
{
text: 'You’ll never achieve 100 percent if 99 percent is okay.',
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',
},
{
text: 'You’ll never achieve 100 percent if 99 percent is okay.',
author: 'Will Smith',
},
{
text: "Many of life's failures are people who did not realize how close to success they were when they gave up.",
author: 'Thomas Edison',
},
}
];

0 comments on commit 8ac2f80

Please sign in to comment.