From c05e5828e6d845a48f2157c549bb347d3b77736b Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:47:54 +0800 Subject: [PATCH] Update quotes.json --- quote_generator/quotes.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quote_generator/quotes.json b/quote_generator/quotes.json index b3d58d5..6235cc2 100644 --- a/quote_generator/quotes.json +++ b/quote_generator/quotes.json @@ -39,6 +39,10 @@ { "quote": "Be both soft and wild. Just like the Moon. Or the storm. Or the sea.", "author": "Victoria Erickson" - } + }, + { + "quote": "Pain is a part of growing up. It is how we learn...", + "author": "Dan Brown" + } ] }