chore: authors in syndication feed; emojis; styles

This commit is contained in:
Cory Dransfeldt 2024-05-22 09:52:06 -07:00
parent 631bd0c2ce
commit a7df0c4fcf
No known key found for this signature in database
5 changed files with 29 additions and 30 deletions

View file

@ -21,6 +21,7 @@ const emojiMap = (genre, artist) => {
if (normalizedArtist === "bolt thrower") return "⚔️"
if (normalizedArtist === "bruce springsteen") return "🇺🇸"
if (normalizedArtist === "carcass") return "🥼"
if (normalizedArtist === "cloud") return "☁️🐀"
if (normalizedArtist === "counting crows") return "🐦‍⬛"
if (normalizedArtist === "david bowie") return "👨🏻‍🎤"
if (normalizedArtist === "devoid of thought") return "🚫💭"