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 b595bb0 commit 224cafdCopy full SHA for 224cafd
pages/playlist/curated/[id]/index.vue
@@ -42,11 +42,11 @@ useHead({
42
<PageHeading>{{ playlist.title }}</PageHeading>
43
<p
44
v-if="playlist.description"
45
- class="type-paragraph-2 mb-2 mt-[-12px] text-label-2"
+ class="type-paragraph-2 mt-[-12px] text-label-2"
46
>
47
{{ playlist.description }}
48
</p>
49
- <p>
+ <p class="type-paragraph-3 my-2 text-label-3">
50
<TrackCountAndDuration
51
:track-count="playlist.trackCount"
52
:seconds="playlist.totalSeconds"
0 commit comments