From 87f428d5b02643e23130679509c602a7265e6fe4 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 8 Oct 2023 20:11:50 +0530 Subject: [PATCH 1/2] added a new category of quotes that are travel quotes --- customQuotes/category.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/customQuotes/category.json b/customQuotes/category.json index 3af7a57..9628535 100644 --- a/customQuotes/category.json +++ b/customQuotes/category.json @@ -788,5 +788,27 @@ "quote": "A bank is a place that will lend you money if you can prove that you don’t need it.", "author": "Bob Hope" } - ] -} + ], + + "Travel": [ + { + "quote": "Jobs fill your pockets, adventures fill your soul.", + "author": "Jamie Lyn Beatty" + }, + { + "quote": "Its the not the Destination, It's the journey.", + "author": "Ralph Waldo Emerson" + }, + { + "quote": "Take only memories, leave only footprints.", + "author": "Chief Seattle" + }, + { + "quote": "The journey of a thousand miles begins with one step.", + "author": "Lao Tzu" + }, + { + "quote": "A journey is best measured in friends, not in miles. ", + "author": "Tim Cahill" + } + ]} \ No newline at end of file From 01e2c2be9ff0a31a22b0bb9369b028b3f65d5e1c Mon Sep 17 00:00:00 2001 From: psqaure11 <108622923+psqaure11@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:05:25 +0530 Subject: [PATCH 2/2] Update category.json I have made the change --- customQuotes/category.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customQuotes/category.json b/customQuotes/category.json index 9628535..e42d2f7 100644 --- a/customQuotes/category.json +++ b/customQuotes/category.json @@ -811,4 +811,5 @@ "quote": "A journey is best measured in friends, not in miles. ", "author": "Tim Cahill" } - ]} \ No newline at end of file + ] +}