note emoji
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-11-13 01:54:23 +01:00
parent 7d9b70bedc
commit 9ec821fb60
1 changed files with 1 additions and 1 deletions

View File

@ -364,4 +364,4 @@ const quotes = [
"How is it in London?",
"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>`);