chore: emoji updates
This commit is contained in:
parent
ccea08d9dd
commit
c9869eec9f
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "autopsy") return "🧟";
|
||||
if (normalizedArtist === "bedsore") return "🛏️";
|
||||
if (normalizedArtist === "black flag") return "🏴";
|
||||
if (normalizedArtist === "blink-182") return "😵";
|
||||
if (normalizedArtist === "blood incantation") return "👽";
|
||||
if (normalizedArtist === "bolt thrower") return "⚔️"
|
||||
if (normalizedArtist === "bruce springsteen") return "🇺🇸";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "8.4.0",
|
||||
"version": "8.4.1",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue