chore: update emoji map
This commit is contained in:
parent
f85aff112b
commit
75047889ae
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Reference in a new issue