Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
belomaxorka committed Mar 31, 2024
1 parent 9fc4bc5 commit 593f8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function pickRandomEmoji() {
// https://gist.github.com/ikr7/c72843556ef3a12014c3
let emojis = ['🟢', '💚', '📗'];
let emojis = ['🟢', '🟩', '💚', '📗', '👽', '🍀', '🍏'];
return emojis[Math.floor(Math.random() * emojis.length)];
}

0 comments on commit 593f8a4

Please sign in to comment.