From 9ec821fb60e3de5f1ecb48861dddec8d7347ff91 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 13 Nov 2021 01:54:23 +0100 Subject: [PATCH] note emoji --- main/scripts/quote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/scripts/quote.js b/main/scripts/quote.js index 4ecb0de..2fc10a7 100644 --- a/main/scripts/quote.js +++ b/main/scripts/quote.js @@ -364,4 +364,4 @@ const quotes = [ "How is it in London?", "You could be the one that I keep" ]; -$('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`); \ No newline at end of file +$('#quote-text').html(`🎵 ${quotes[Math.floor(Math.random() * quotes.length)]}`); \ No newline at end of file