From 6366997e1607b503c29cadaf1d1056e737a033b5 Mon Sep 17 00:00:00 2001 From: Mohammad Sufiyan Date: Sun, 25 Sep 2022 13:15:53 +0530 Subject: [PATCH] added will smith qoute Signed-off-by: Mohammad Sufiyan --- data/data.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/data.json b/data/data.json index 370461db0..b97dd7dbe 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":"There's no reason to have a plan B because it distracts from plan A.", + "from":"Will Smith" } ]