diff --git a/quotes.js b/quotes.js index 9fb9d83..2b446d0 100644 --- a/quotes.js +++ b/quotes.js @@ -6,7 +6,8 @@ export default [ { - quote: "If you can't explain it simply, you don't understand it well enough.", + quote: + "If you can't explain it simply, you don't understand it well enough.", author: "Albert Einstein", submitter: "@sorenblank", }, @@ -77,7 +78,8 @@ export default [ }, { - quote: "If you really look closely, most overnight successes took a long time.", + quote: + "If you really look closely, most overnight successes took a long time.", author: "Steve Jobs", submitter: "@souvikarjun", }, @@ -89,13 +91,15 @@ export default [ }, { - quote: "I survived because the fire inside burned brighter than the fire around me.", + quote: + "I survived because the fire inside burned brighter than the fire around me.", author: "Joshua Graham", submitter: "@fattahsamit", }, { - quote: "If you gaze long enough into an abyss, the abyss will gaze back into you.", + quote: + "If you gaze long enough into an abyss, the abyss will gaze back into you.", author: "Friedrich Nietzsche", submitter: "@fattahsamit", }, @@ -107,7 +111,8 @@ export default [ }, { - quote: "Your problem is you spent your whole life thinking there are rules. There aren't.", + quote: + "Your problem is you spent your whole life thinking there are rules. There aren't.", author: "Lorne Malvo", submitter: "@fattahsamit", }, @@ -133,7 +138,8 @@ export default [ }, { - quote: "I disapprove of what you say, but I will defend to the death your right to say it", + quote: + "I disapprove of what you say, but I will defend to the death your right to say it", author: "Voltaire", submitter: "@royhridoy", }, @@ -200,12 +206,14 @@ export default [ }, { - quote: "The best among you are those who have the best manners and character.", + quote: + "The best among you are those who have the best manners and character.", author: "Prophet Muhammad ﷺ", submitter: "@sorenblank", }, { - quote: "A person can only truly learn once they realize how little they know.", + quote: + "A person can only truly learn once they realize how little they know.", author: "Heine Wittgenstei", submitter: "@sorenblank", }, @@ -244,7 +252,13 @@ export default [ quote: "The seeking of knowledge is obligatory for every Muslim.", author: "Prophet Muhammad ﷺ", submitter: "@Rahad-Ullah", - } - + }, + { + quote: + "The strong is not the one who is physically powerful, but indeed, the one who controls himself when angry..", + author: "Prophet Muhammad ﷺ", + submitter: "@Rahad-Ullah", + }, + // Add more quotes above this line... ];