From e56bd756bdf98b003c6cb1cf69f88b3f9cbfcf63 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 8 Nov 2023 05:47:26 -0500 Subject: [PATCH] can i get on the list of reviews can i get on the list of reviews --- src/components/FooterBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FooterBar.tsx b/src/components/FooterBar.tsx index 58e5030..4a79220 100644 --- a/src/components/FooterBar.tsx +++ b/src/components/FooterBar.tsx @@ -65,6 +65,7 @@ const QUOTES = shuffleArray<[string, string]>([ ['how did you get into my house', 'jakkeri'], ['gets banned too much', 'arcs'], ['🦎', 'stryxo'], + ['can i get on the list of reviews', 'danii'], ]); function FooterQuote() {