chore: emoji updates

This commit is contained in:
Cory Dransfeldt 2024-03-20 18:17:48 -07:00
parent ccea08d9dd
commit c9869eec9f
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -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 "🇺🇸";

View file

@ -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": {