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 Robert Louis Stevenson and Rosa Parks quotes #110

Merged
merged 2 commits into from
Oct 23, 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
10 changes: 9 additions & 1 deletion js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1976,5 +1976,13 @@ const quotes = [
}, {
quote: "“You know you're in love when you can't fall asleep because reality is finally better than your dreams.”",
name: "Dr. Seuss"
}
},
{
text: "Don't judge each day by the harvest you reap but by the seeds that you plant.",
author: "Robert Louis Stevenson",
},
{
text: "I have learned over the years that when one's mind is made up, this diminishes fear.",
author: "Rosa Parks",
}
];