chore: simpler charts
This commit is contained in:
parent
e8b8bb24b5
commit
eaa43c41af
7 changed files with 59 additions and 1092 deletions
|
@ -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 -%}
|
||||
|
|
Reference in a new issue