egg: 🥚 Change node egg to yarn egg

This commit is contained in:
Kainoa Kanter 2022-03-19 12:57:10 -07:00 committed by GitHub
parent 2274efa958
commit ed9416467c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ async function savePaste() {
})
} else if (rand === 6) {
jsConfetti.addConfetti({
emojis: ["🐢", "🚀", "✨"],
emojis: ["🐈", "🧶", "📦"],
})
}
}