Skip to content

Commit

Permalink
impr(quotes): add 4 english quotes (NipulM) (#5110)
Browse files Browse the repository at this point in the history
* impr(quotes): add 3 english quotes

* impr(quotes): add 4 english quotes

* updated per feedback

* fixed length

---------

Co-authored-by: Jack <jack@monkeytype.com>
  • Loading branch information
NipulM and Miodec committed Feb 26, 2024
1 parent 9e6b5c7 commit 532c16f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions frontend/static/quotes/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -38658,6 +38658,30 @@
"source": "Ralph Waldo Emerson",
"length": 68,
"id": 7032
},
{
"text": "If you can't fly, then run. If you can't run, then walk. If you can't walk, then crawl, but whatever you do - you have to keep moving forward.",
"source": "Martin Luther King Jr.",
"length": 142,
"id": 7033
},
{
"text": "In this life we cannot do great things. We can only do small things with great love.",
"source": "Mother Teresa",
"length": 84,
"id": 7034
},
{
"text": "Life is never fair, and perhaps it is a good thing for most of us that it is not.",
"source": "Oscar Wilde",
"length": 81,
"id": 7035
},
{
"text": "Go confidently in the direction of your dreams! Live the life you've imagined.",
"source": "Henry David Thoreau",
"length": 78,
"id": 7036
}
]
}

0 comments on commit 532c16f

Please sign in to comment.