Skip to content

Commit cdcf2f8

Browse files
committed
Add missing quotes to deck dataset
1 parent c24b132 commit cdcf2f8

2 files changed

Lines changed: 113 additions & 32 deletions

File tree

apps/quotes/quotes-data.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,6 +2801,11 @@ window.quotesData = [
28012801
"text": "One who gains strength by overcoming obstacles possesses the only strength which can overcome adversity.",
28022802
"author": "Albert Schweitzer"
28032803
},
2804+
{
2805+
"id": "resilience-02",
2806+
"text": "Life shrinks or expands in proportion to one's courage.",
2807+
"author": "Anais Nin"
2808+
},
28042809
{
28052810
"id": "resilience-03",
28062811
"text": "Fall seven times, stand up eight.",
@@ -3054,6 +3059,11 @@ window.quotesData = [
30543059
"text": "You learn to speak by speaking, to study by studying, to run by running, to work by working; in just the same way, you learn to love by loving.",
30553060
"author": "Anatole France"
30563061
},
3062+
{
3063+
"id": "growth-09",
3064+
"text": "They say that time changes things, but you actually have to change them yourself.",
3065+
"author": "Andy Warhol"
3066+
},
30573067
{
30583068
"id": "growth-10",
30593069
"text": "No one has ever become poor by giving.",
@@ -3115,6 +3125,11 @@ window.quotesData = [
31153125
"text": "Find a place inside where there's joy, and the joy will burn out the pain.",
31163126
"author": "Joseph Campbell"
31173127
},
3128+
{
3129+
"id": "joy-04",
3130+
"text": "Time you enjoy wasting, was not wasted.",
3131+
"author": "John Lennon"
3132+
},
31183133
{
31193134
"id": "joy-05",
31203135
"text": "The best way to pay for a lovely moment is to enjoy it.",

0 commit comments

Comments
 (0)