Skip to content

Commit

Permalink
Merge pull request #136 from SnehaNarendran01071998/Adding-Quotes
Browse files Browse the repository at this point in the history
Added Quote
  • Loading branch information
seths10 authored Oct 25, 2022
2 parents cfb1dd5 + 276bde1 commit 99c5bac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6621,7 +6621,11 @@ const quotes = [
author: 'Sri Swami Sivananda',
},
{
text: "Many of life's failures are people who did not realize how close to success they were when they gave up.",
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 99c5bac

Please sign in to comment.