chore: update emoji map

This commit is contained in:
Cory Dransfeldt 2024-04-22 11:54:20 -07:00
parent f85aff112b
commit 75047889ae
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ const emojiMap = (genre, artist) => {
if (normalizedArtist === "taylor swift") return "👸🏼";
if (normalizedArtist === "the mars volta") return "💡😮";
if (normalizedArtist === "thrice") return "👨‍🎨🚑";
if (normalizedArtist === "tom waits") return "🤹🏻"
if (normalizedArtist === "webbed wing") return "🤡";
// early return for bad input

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "12.6.0",
"version": "12.6.1",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {