From 4747c2e7910b6f5c618d733422735cd0c0b841ed Mon Sep 17 00:00:00 2001 From: Shibin Thomas <52344717+itsmeshibintmz@users.noreply.github.com> Date: Fri, 27 May 2022 15:14:40 +0530 Subject: [PATCH] add quote --- frontend/static/quotes/english.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index a9e067eab..0fc8e3058 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -35171,6 +35171,12 @@ "source": "Dracula", "length": 60, "id": 5964 + }, + { + "text": "Those who dare to fail miserably can achieve greatly.", + "source": "John F.Kennedy", + "length": 53, + "id": 5965 } ] }