Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new quote #63

Merged
merged 2 commits into from
Oct 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,10 @@ const quotes = [
author: "Kanye West"
},
{
text: "Act as if what you do makes a difference. It does.",
text: "I can accept failure. Everyone fails at something. But I can’t accept not trying.",
author: "Michael Jordan"
},
text: "Act as if what you do makes a difference. It does.",
author: "William James"
},
text: "No matter what people tell you, words and ideas can change the world.",
Expand Down