From f09316dc3c4d649f24bfa4a83ee751cdfc6bc74c Mon Sep 17 00:00:00 2001 From: Gabriel Felvinczi Date: Thu, 22 Nov 2018 04:22:31 +0200 Subject: [PATCH] Add new quote (#34370) --- client/src/resources/quotes.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/resources/quotes.json b/client/src/resources/quotes.json index 546fa06f8c..36f42f4a65 100644 --- a/client/src/resources/quotes.json +++ b/client/src/resources/quotes.json @@ -2419,6 +2419,11 @@ "quote": "Most creativity is a transition from one context into another where things are more surprising. Our job is to remind us that there are more contexts than the one that we’re in — the one that we think is reality.", "author": "Alan Kay" + }, + { + "quote": + "There is no elevator to success, you have to take the stairs.", + "author": "Zig Ziglar" } ] }