From 77b47a76095f6be30f67397db75cd726d77c791e Mon Sep 17 00:00:00 2001 From: Nipul Mallikarachchi <125451160+NipulM@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:12:23 +0530 Subject: [PATCH] impr(quotes): add english quote (NipulM) (#4918) --- 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 66de80f1a..41b4b9b7e 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38718,6 +38718,12 @@ "source": "Star Wars", "length": 93, "id": 7021 + }, + { + "text": "In the end, it's not the years in your life that count. It's the life in your years.", + "source": "Abraham Lincoln", + "length": 84, + "id": 7022 } ] }