From 06b155b95448618b19bfc2c1af4ff82d1fefcbd1 Mon Sep 17 00:00:00 2001 From: Sourabh Asharma <59993904+sourabh7047@users.noreply.github.com> Date: Thu, 14 Oct 2021 21:12:45 +0530 Subject: [PATCH] added a inspiration quote (#74) * Update data.json (#61) * Update data.json * Update data.json Co-authored-by: Anirudh Panda * Format dd2e676 * added a inspiration quote Co-authored-by: Dikshant Gautam Co-authored-by: Anirudh Panda Co-authored-by: prettifier[bot] <45367598+prettifier[bot]@users.noreply.github.com> --- data/data.json | 12 ++++++------ data/inspire.json | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/data/data.json b/data/data.json index 2fa39eb..61d233d 100644 --- a/data/data.json +++ b/data/data.json @@ -217,11 +217,6 @@ "book": "Little Women", "author": "Louisa May Alcott" }, - { - "line": "It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to.", - "book": "The Lord of the Rings", - "author": "J.R.R. Tolkien" - }, { "line": "There are years that ask questions and years that answer.", "book": "Their Eyes Were Watching God", @@ -241,5 +236,10 @@ "line": "Whatever our souls are made of, his and mine are the same.", "book": "Wuthering Heights", "author": "Emily Brontë" - } + }, + { + "line": "It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to.", + "book": "The Lord of the Rings", + "author": "J.R.R. Tolkien" + } ] diff --git a/data/inspire.json b/data/inspire.json index fd8ffdc..b94d18e 100644 --- a/data/inspire.json +++ b/data/inspire.json @@ -19,5 +19,10 @@ "line": "All we have to decide is what to do with the time that is given to us.", "book": "The Fellowship of the Ring", "author": "J.R.R Tolkien" + }, + { + "line": "It is better to be hated for what you are than to be loved for what you are not.", + "book": "Autumn Leaves", + "author": "André Gide" } ]