From 3a8caf1bcd69f0a0db72ad1159b8fb61b6d4e216 Mon Sep 17 00:00:00 2001 From: Gobinath Mallaiyan Date: Thu, 29 Oct 2020 19:50:21 -0400 Subject: [PATCH] Added Mahatma's Quote --- src/affirmations.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/affirmations.js b/src/affirmations.js index 627c3e03..cae36dfa 100644 --- a/src/affirmations.js +++ b/src/affirmations.js @@ -257,6 +257,10 @@ const affirmations = [ affirmation: "When I dare to be powerful, to use my strength in the service of my vision, then it becomes less and less important whether I am afraid", source: "Second Sex Conference, NY, 1979", author: "Audre Lorde" + }, + { + affirmation: "Be the change that you wish to see in the world.", + author: "Mahatma Gandhi" } ];