From 434f37e4a265471b77a1c5613d1359aeb5472018 Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Fri, 24 Nov 2023 20:52:48 +0800 Subject: [PATCH] impr(quotes): add a new quote --- quote_generator/quotes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quote_generator/quotes.json b/quote_generator/quotes.json index acc9cdc..c89a009 100644 --- a/quote_generator/quotes.json +++ b/quote_generator/quotes.json @@ -83,6 +83,10 @@ { "quote": "Be a life long or short, its completeness depends on what it was lived for.", "author": "David Starr Jordan" + }, + { + "quote": "There are two ways to live: you can live as if nothing is a miracle; you can live as if everything is a miracle.", + "author": "Albert Einstein" } ] }