From 4c93b21885d297a805bb71906b92ed7f3c5972ff Mon Sep 17 00:00:00 2001 From: Jay-Karia Date: Sat, 3 Aug 2024 05:57:42 +0530 Subject: [PATCH 1/2] add a new quote --- data/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/data.json b/data/data.json index 6a0505e8..d7fe01c4 100644 --- a/data/data.json +++ b/data/data.json @@ -1306,5 +1306,13 @@ { "text":"When you have a dream, you've got to grab it and never let go.", "from":"Carol Burnett" + }, + { + "text":"When you have a dream, you've got to grab it and never let go.", + "from":"Carol Burnett" + }, + { + "text":"Yesterday is history, tomorrow is a mystery, and today is a gift, that's why they call it present.", + "from":"Master Oogway" } ] From 029a54fb0c1b24f6bd94e5b44bb81f08df93aac6 Mon Sep 17 00:00:00 2001 From: Jay-Karia Date: Sat, 3 Aug 2024 05:58:54 +0530 Subject: [PATCH 2/2] removed duplicate --- data/data.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/data/data.json b/data/data.json index d7fe01c4..cd9f7494 100644 --- a/data/data.json +++ b/data/data.json @@ -1306,11 +1306,7 @@ { "text":"When you have a dream, you've got to grab it and never let go.", "from":"Carol Burnett" - }, - { - "text":"When you have a dream, you've got to grab it and never let go.", - "from":"Carol Burnett" - }, + } { "text":"Yesterday is history, tomorrow is a mystery, and today is a gift, that's why they call it present.", "from":"Master Oogway"