Skip to content

Commit

Permalink
Merge pull request #52 from code4Y/add-quote
Browse files Browse the repository at this point in the history
Added new quotes of Chadwick Boseman
  • Loading branch information
seths10 authored Oct 13, 2022
2 parents 6c57387 + f837cae commit 8234a4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1677,5 +1677,13 @@ const quotes = [
{
text: "It does not matter how slowly you go as long as you do not stop.",
author: "Confucius"
},
{
text: "We live in a world where people can ridicule you at the push of the button. They can question you at the push of a button.",
author: "Chadwick Boseman"
},
{
text: "The only difference between the hero and the villain is that the villain chooses to use that power in a way that is selfish and hurts other people.",
author: "Chadwick Boseman"
}
];

0 comments on commit 8234a4d

Please sign in to comment.