From e6a2f3cfe69c7e60ab2baeb91a610d554a869071 Mon Sep 17 00:00:00 2001 From: Alex Anderson Date: Thu, 2 Feb 2023 19:54:38 -0500 Subject: [PATCH] QOTD --- client/src/components/QuoteOfTheDay.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/src/components/QuoteOfTheDay.tsx b/client/src/components/QuoteOfTheDay.tsx index 3f848b31..955d8355 100644 --- a/client/src/components/QuoteOfTheDay.tsx +++ b/client/src/components/QuoteOfTheDay.tsx @@ -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 = () => {