From a2ae0bbaec22c8bdcf3690063a035939d671546a Mon Sep 17 00:00:00 2001 From: khanjasir90 Date: Fri, 1 Oct 2021 01:44:04 +0530 Subject: [PATCH 1/2] Added Inspirational Quote of Bill Gates Signed-off-by: khanjasir90 --- data/data.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/data.json b/data/data.json index 487e33964..ec0fb440f 100644 --- a/data/data.json +++ b/data/data.json @@ -1302,5 +1302,9 @@ { "text":"I learned not to worry so much about the outcome, but to concentrate on the step I was on and to try to do it as perfectly as I could when I was doing it.", "from":"Steve Wozniak, Co-Founder of Apple" + }, + { + "text":"Patience is a Key Element of Success", + "from":"Bill Gates, Co-Founder of Microsoft" } ] From 917582e108c674116206506b387fa8fbfe274bd5 Mon Sep 17 00:00:00 2001 From: khanjasir90 Date: Fri, 1 Oct 2021 01:45:18 +0530 Subject: [PATCH 2/2] Added Inspirational Quote of Bill Gates Signed-off-by: khanjasir90 --- data/data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/data.json b/data/data.json index ec0fb440f..9befc81f4 100644 --- a/data/data.json +++ b/data/data.json @@ -1307,4 +1307,5 @@ "text":"Patience is a Key Element of Success", "from":"Bill Gates, Co-Founder of Microsoft" } + ]