Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
annthurium authored Oct 17, 2019
2 parents 15ab3d3 + 63174b1 commit 1d5d057
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions affirmations.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ const affirmations = [
"Your life is about to be incredible",
"Nothing is impossible. The word itself says 'I’m possible!'",
"Failure is just another way to learn how to do something right"
"I give myself permission to do what is right for me"
"You can do it",
"It is not a sprint, it is a marathon. One step at a time",
"Success is the progressive realization of a worthy goal",
"People with goals succeed because they know where they’re going",
"All you need is the plan, the roadmap, and the courage to press on to your destination",
"The opposite of courage in our society is not cowardice... it is conformity",
"Whenever we’re afraid, it’s because we don’t know enough. If we understood enough, we would never be afraid",
"The past does not equal the future",
"The path to success is to take massive, determined action",
"It’s what you practice in private that you will be rewarded for in public",
];

const getRandomAffirmation = () => affirmations[Math.floor(Math.random() * affirmations.length)];
Expand Down

0 comments on commit 1d5d057

Please sign in to comment.