From 2c2eef8b9ef58fc03dc413cdc48fd599b849755a Mon Sep 17 00:00:00 2001 From: Ramya <176913971+Ramya-Clg@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:39:18 +0530 Subject: [PATCH] added 2 new quotes --- data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data.json b/data.json index 9555ae0..59bc5ce 100644 --- a/data.json +++ b/data.json @@ -189,6 +189,17 @@ "quote": "The best among you is the one who doesn’t harm others with his tongue and hands.", "author": "Prophet Muhammad", "source": "Sahih al-Bukhari" + }, + { + "quote": "Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment.", + "author": "Buddha", + "source": "The Dhammapada" + }, + { + "quote": "The greatest glory in living lies not in never falling, but in rising every time we fall.", + "author": "Nelson Mandela", + "source": "Long Walk to Freedom" } + ] }