From 9ba710a8640f973fd13bbb7cc7fd2c8284fc731e Mon Sep 17 00:00:00 2001 From: Shivang Trivedi <69757440+Shivang0@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:30:29 +0530 Subject: [PATCH] Update unique_quotes.json Added Quote by Benjamin Franklin --- motivate/data_unique/unique_quotes.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/motivate/data_unique/unique_quotes.json b/motivate/data_unique/unique_quotes.json index eed8a892..cde71b60 100644 --- a/motivate/data_unique/unique_quotes.json +++ b/motivate/data_unique/unique_quotes.json @@ -8,6 +8,10 @@ "quote": "It's okay to have a bad day", "author": "Unknown" }, + { + "quote": "Motivation is when your dreams put on work clothes .", + "author": "Benjamin Franklin" + }, { "quote": "We must all suffer from one of two pains: the pain of discipline or the pain of regret. The difference is discipline weighs ounces while regret weighs tons.", "author": "Jim Rohn" @@ -9341,4 +9345,4 @@ "author": "Larry Bird" } ] -} \ No newline at end of file +}