From 9af9d4a0f0638003a3e081b9989ea2dc6bca481d Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Wed, 6 Jan 2021 16:21:06 -0500 Subject: [PATCH] costco solidatrity --- homepage/quotes.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/homepage/quotes.js b/homepage/quotes.js index 104292f..d1d4f9d 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -74,7 +74,11 @@ window.initializequotes = function() { [ "Everything not saved will be lost.", "Quit screen" ], [ "The kill command is a basic UNIX system command.", - "Matthew Helmke" ] + "Matthew Helmke" ], + [ "I potato you", + "idiom" ], + [ "If you raise the effing hot dog, I will kill you. Figure it out.", + "Craig Jelinek" ] ]; window.quote = 0; }