diff --git a/app/components/Card.vue b/app/components/Card.vue index b3708db..e3d1cdb 100644 --- a/app/components/Card.vue +++ b/app/components/Card.vue @@ -35,17 +35,19 @@ -
+
{{ props.track.order }}
-

+

{{ props.track.title }}

-

+

{{ props.track.artist.name }}

- {{ props.track.url.split('/')[4]?.split('__')[0] }} +

+ {{ props.track.url.split('/')[4]?.split('__')[0] }} +