From 3347054a848ccad31b871f08de52a62bbf26338a Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Thu, 25 Jan 2024 23:47:55 +0800 Subject: [PATCH] impr(quotes): add 5 new English quotes --- quote_generator/json/quotes.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/quote_generator/json/quotes.json b/quote_generator/json/quotes.json index c85dcfe..aced214 100644 --- a/quote_generator/json/quotes.json +++ b/quote_generator/json/quotes.json @@ -269,6 +269,31 @@ "quote": "In my search for you, I've made my new home in the eyes of a bird, staring at the passing wind.", "author": "Kaili Blues", "id": 54 + }, + { + "quote": "Your spark isn't your purpose. The last box fills in when you're ready to come live.", + "author": "Film, Soul", + "id": 55 + }, + { + "quote": "There's a point at which we make our lives, but we also take the path which si given to us.", + "author": "Ali Smith", + "id": 56 + }, + { + "quote": "Yesterday is but today's memory, and tomorrow is today's dream.", + "author": "Khalil Gibran", + "id": 57 + }, + { + "quote": "For the wise man looks into space and he know there is no limited dimensions.", + "author": "Zhuangzi", + "id": 58 + }, + { + "quote": "My life is bathed in golden sunlight, and the really wonderful thing is that I know it.", + "author": "Helen McCrory", + "id": 59 } ] }