Skip to content

Commit

Permalink
QOTD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed Feb 3, 2023
1 parent f4e1021 commit e6a2f3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/components/QuoteOfTheDay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,11 @@ const quotes = [
// Sarah Williams
"Though my soul may set in darkness, it will rise in perfect light; I have loved the stars too fondly to be fearful of the night.",
// Ozymandias
"Look on my works, ye Mighty, and despair!"
"Look on my works, ye Mighty, and despair!",
// Muppets
"Life's like a movie, write your own ending, keep believing, keep pretending.",
"There's not a word yet for old friends who've just met.",
"Life is made up of meetings and partings and that is the way of it.",
];

const QuoteOfTheDay = () => {
Expand Down

0 comments on commit e6a2f3c

Please sign in to comment.