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

Remove 5 duplicates of Gandhi quote #142

Merged
merged 1 commit into from
Oct 31, 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
20 changes: 0 additions & 20 deletions js/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1399,10 +1399,6 @@ const quotes = [
text: 'I am always doing that which I cannot do, in order that I may learn how to do it.',
author: 'Pablo Picasso',
},
{
text: 'A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.',
author: 'Mahatma Gandhi',
},
{
text: 'The greatest weapon against stress is our ability to choose one thought over another.',
author: 'William James',
Expand Down Expand Up @@ -3495,10 +3491,6 @@ const quotes = [
text: 'I am always doing that which I cannot do, in order that I may learn how to do it.',
author: 'Pablo Picasso',
},
{
text: 'A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.',
author: 'Mahatma Gandhi',
},
{
text: 'The greatest weapon against stress is our ability to choose one thought over another.',
author: 'William James',
Expand Down Expand Up @@ -3571,10 +3563,6 @@ const quotes = [
text: 'I am always doing that which I cannot do, in order that I may learn how to do it.',
author: 'Pablo Picasso',
},
{
text: 'A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.',
author: 'Mahatma Gandhi',
},
{
text: 'The greatest weapon against stress is our ability to choose one thought over another.',
author: 'William James',
Expand Down Expand Up @@ -5624,10 +5612,6 @@ const quotes = [
text: 'I am always doing that which I cannot do, in order that I may learn how to do it.',
author: 'Pablo Picasso',
},
{
text: 'A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.',
author: 'Mahatma Gandhi',
},
{
text: 'The greatest weapon against stress is our ability to choose one thought over another.',
author: 'William James',
Expand Down Expand Up @@ -5700,10 +5684,6 @@ const quotes = [
text: 'I am always doing that which I cannot do, in order that I may learn how to do it.',
author: 'Pablo Picasso',
},
{
text: 'A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history.',
author: 'Mahatma Gandhi',
},
{
text: 'The greatest weapon against stress is our ability to choose one thought over another.',
author: 'William James',
Expand Down