From bd577579cd15598ae22a5e6311e389391fda4076 Mon Sep 17 00:00:00 2001 From: lxuancheng Date: Thu, 3 Oct 2019 14:54:26 -0300 Subject: [PATCH] add Confucius quote --- data/data.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/data.json b/data/data.json index 487e33964..139d40dd8 100644 --- a/data/data.json +++ b/data/data.json @@ -1302,5 +1302,9 @@ { "text":"I learned not to worry so much about the outcome, but to concentrate on the step I was on and to try to do it as perfectly as I could when I was doing it.", "from":"Steve Wozniak, Co-Founder of Apple" + }, + { + "text":"Life is really simple, but we insist on making it complicated.", + "from":"Confucius" } ]