From bc839909b0b779aa1c20374344f9cde0eb858c98 Mon Sep 17 00:00:00 2001 From: Danielandro Date: Sat, 26 Oct 2019 20:11:26 +0100 Subject: [PATCH] Add Tupac affirmation to list refers #25 --- src/affirmations.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/affirmations.js b/src/affirmations.js index 6b004548..8fbee0d1 100644 --- a/src/affirmations.js +++ b/src/affirmations.js @@ -187,6 +187,11 @@ const affirmations = [ affirmation: "Success is the product of daily habits—not once-in-a-lifetime transformations.", source: "Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones", author: "James Clear" + }, + { + affirmation: "Remember one thing Through every dark night, there’s a bright day after that. So no matter how hard it get, stick your chest out. Keep your head up, and handle it.", + source: "Me Against the World", + author: "Tupac Shakur" } ];