From a2d6843c4b65b3e020caba02bc6cb7a3266baded Mon Sep 17 00:00:00 2001 From: Gautom Agarwal <80168672+gautom5987@users.noreply.github.com> Date: Sat, 2 Oct 2021 11:39:08 +0530 Subject: [PATCH] Added new affirmation This affirmation keeps me motivated in low times. --- affirmations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/affirmations.js b/affirmations.js index e911313..95fc6b6 100644 --- a/affirmations.js +++ b/affirmations.js @@ -46,6 +46,7 @@ const affirmations = [ "Starting is the most difficult step - but you can do it", "Don't forget to enjoy the journey", "It's not a mistake, it's a learning opportunity", + "Every day it gets a little easier", ]; module.exports = affirmations