From 504699411b2bf7067630871496673cfd7295f42b Mon Sep 17 00:00:00 2001 From: Nipul Mallikarachchi Date: Thu, 22 Feb 2024 00:09:51 +0530 Subject: [PATCH] impr(quotes): add 3 english quotes --- frontend/static/quotes/english.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index bd0ae8222d32..f379e3318552 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38640,6 +38640,24 @@ "source": "Jorge Mario Bergoglio", "length": 100, "id": 7029 + }, + { + "text": "You may say I'm a dreamer, but I'm not the only one. I hope someday you'll join us. And the world will live as one.", + "source": "John Lennon", + "length": 115, + "id": 7030 + }, + { + "text": "Darkness cannot drive out darkness: only light can do that. Hate cannot drive out hate: only love can do that.", + "source": "Martin Luther King Jr.", + "length": 110, + "id": 7031 + }, + { + "text": "Life is a succession of lessons which must be lived to be understood", + "source": "Ralph Waldo Emerson", + "length": 68, + "id": 7032 } ] }