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" + } ] }