Skip to content

Commit

Permalink
Merge pull request M0nica#64 from courtneypure/add-affirmation
Browse files Browse the repository at this point in the history
Add two affirmations to the generator
  • Loading branch information
M0nica authored Oct 7, 2019
2 parents f9325a5 + bab9278 commit 6329e54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/affirmations.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,16 @@ const affirmations = [
affirmation: "Offer your light to the worst that you're feeling",
source: "Offer Your Light, Transcendence (2016)",
author: "Devin Townsend Project"
},
{
affirmation: "Making the work you want to make means finding nourishment within the work itself.",
source: "Art & Fear: Observation on the Perils (and Rewards) of Artmaking",
author: "David Bayles"
},
{
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"
}
];

Expand Down

0 comments on commit 6329e54

Please sign in to comment.