We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298710b commit 3c04875Copy full SHA for 3c04875
templates/ords-remix-jwt-sample/app/components/utils/artistImages.ts
@@ -11,7 +11,6 @@ import reggaeIcon from '../../assets/musicGenresIcons/reggae_icon.png';
11
import steamPunkIcon from '../../assets/musicGenresIcons/steampunk_icon.png';
12
import metalIcon from '../../assets/musicGenresIcons/metal_icon.png';
13
14
-/** TODO: Replace with db images once they are ready */
15
const artistImages : Record<string, string> = {
16
Jazz: jazzIcon,
17
Metal: metalIcon,
0 commit comments