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 === "taylor swift") return "👸🏼";
|
||||||
if (normalizedArtist === "the mars volta") return "💡😮";
|
if (normalizedArtist === "the mars volta") return "💡😮";
|
||||||
if (normalizedArtist === "thrice") return "👨🎨🚑";
|
if (normalizedArtist === "thrice") return "👨🎨🚑";
|
||||||
|
if (normalizedArtist === "tom waits") return "🤹🏻"
|
||||||
if (normalizedArtist === "webbed wing") return "🤡";
|
if (normalizedArtist === "webbed wing") return "🤡";
|
||||||
|
|
||||||
// early return for bad input
|
// early return for bad input
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.6.0",
|
"version": "12.6.1",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue