Skip to content

Commit

Permalink
feat: new quote
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Jun 5, 2024
1 parent 61a5f2e commit cab5505
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/quotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,11 @@ const quotes: RawQuote[] = [
text: 'Half of the battle of building performant software is caring enough to look',
authorName: 'AJ Stuyvenberg',
authorDescription: 'Engineer'
},
{
text: 'The thing is, you can\'t fake drive. If you try to, you can easily burnout',
authorName: 'Sophia Turner',
authorDescription: 'Engineer'
}
]

Expand Down

0 comments on commit cab5505

Please sign in to comment.