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