note emoji
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2021-11-13 01:54:23 +01:00
parent 7d9b70bedc
commit 9ec821fb60

View file

@ -364,4 +364,4 @@ const quotes = [
"How is it in London?", "How is it in London?",
"You could be the one that I keep" "You could be the one that I keep"
]; ];
$('#quote-text').html(`&#x1F3B5 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`); $('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);