chore: simpler charts

This commit is contained in:
Cory Dransfeldt 2023-07-22 07:59:49 -07:00
parent e8b8bb24b5
commit eaa43c41af
No known key found for this signature in database
7 changed files with 59 additions and 1092 deletions

View file

@ -11,7 +11,7 @@
<div class="absolute left-1 bottom-2 drop-shadow-md">
<div class="px-1 text-xs font-bold text-white line-clamp-2">{{ artist.artist }}</div>
<div class="px-1 text-xs text-white">
{{ artist.genre }}
{{ artist.plays }} plays
</div>
</div>
{%- capture artistImg %}{{ artist.artist | artist }}{% endcapture -%}