chore: emoji updates
This commit is contained in:
parent
d8dedef9f9
commit
df3a98be39
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ const emojiMap = (genre, artist) => {
|
|||
if (normalizedArtist === "agalloch") return "🏔️";
|
||||
if (normalizedArtist === "augury") return "☄️";
|
||||
if (normalizedArtist === "autopsy") return "🧟";
|
||||
if (normalizedArtist === "balance and composure") return "🪂";
|
||||
if (normalizedArtist === "bedsore") return "🛏️";
|
||||
if (normalizedArtist === "birds in row") return "🦅🦉🦢";
|
||||
if (normalizedArtist === "black flag") return "🏴";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "10.2.2",
|
||||
"version": "10.2.3",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue