Skip to content

Commit

Permalink
Merge pull request #66 from robxnsingh/add-new-quote
Browse files Browse the repository at this point in the history
added a new quote
  • Loading branch information
seths10 authored Oct 15, 2022
2 parents 9c1fb3e + e8fe26e commit ba6180c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,11 @@ const quotes = [
{
text: "Everyone is born beautiful, some people just let the world turn them into something ugly.",
author: "Wiz Khalifa"
},
{
text: "No man ever steps in the same river twice, for it's not the same river and he's not the same man.",
author: "Heraclitus"
}


];

0 comments on commit ba6180c

Please sign in to comment.