From a54717a0bdd5847ae94185e7192d776ae529e169 Mon Sep 17 00:00:00 2001 From: Jem Galeon <10969278+jemgaleon@users.noreply.github.com> Date: Sun, 17 May 2020 22:16:55 +0800 Subject: [PATCH] Added a new quote by Ann Patchett --- server/data/quotes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/data/quotes.json b/server/data/quotes.json index aa8d2256..a2576748 100644 --- a/server/data/quotes.json +++ b/server/data/quotes.json @@ -162,5 +162,9 @@ { "sentence": "For last year's words belong to last year's language. And next year's words await another voice.", "author": "T.S. Eliot, Four Quartets" + }, + { + "sentence": "One must not be shy where language is concerned.", + "author": "Ann Patchett" } ]