Skip to content

Commit

Permalink
Update quotes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeBandit authored Jan 24, 2023
1 parent 1e9bfd8 commit c094fb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/quotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ export interface Quote {
}

const quotes: Quote[] = [
{
text:"Remember that failure is an event, not a person.",
author:"Z. Ziglar"
},
{
text:"You miss 100% of the shots you don't take.",
author:"W. Gretzky"
Expand Down

0 comments on commit c094fb8

Please sign in to comment.