From 0c9d94a6bd80d4a96e7e7a315cd050913ec6a42a Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 23 Aug 2020 01:38:09 -0600 Subject: [PATCH] Add the tooltips back to the bottom row --- src/components/cards/Track.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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,