chore: authors in syndication feed; emojis; styles
This commit is contained in:
parent
631bd0c2ce
commit
a7df0c4fcf
5 changed files with 29 additions and 30 deletions
|
@ -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 "🚫💭"
|
||||
|
|
Reference in a new issue