diff --git a/src/components/cards/Track.vue b/src/components/cards/Track.vue index 5c9c958..382814d 100644 --- a/src/components/cards/Track.vue +++ b/src/components/cards/Track.vue @@ -24,6 +24,7 @@
-
+
{{ duration }}
@@ -97,6 +103,8 @@ export default { data() { return { duration_tooltip: `Song Duration`, popularity_tooltip: `Song Popularity`, + info_tooltip: `Audio Features`, + share_tooltip: `Share`, show_pop_modal: false, show_track_info: false, show_share_modal: false,