From fa8be2cde4173ad1f5e9957ab8b497031fcec9e5 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Tue, 20 Sep 2022 00:16:26 +0300 Subject: [PATCH] feat: add heart icon on left now playing card --- src/assets/icons/heart.fill.svg | 3 + src/components/LeftSidebar/NP/SongCard.vue | 67 ++++++++++++++-------- src/components/LeftSidebar/nowPlaying.vue | 5 +- 3 files changed, 50 insertions(+), 25 deletions(-) create mode 100644 src/assets/icons/heart.fill.svg diff --git a/src/assets/icons/heart.fill.svg b/src/assets/icons/heart.fill.svg new file mode 100644 index 0000000..5e26014 --- /dev/null +++ b/src/assets/icons/heart.fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/LeftSidebar/NP/SongCard.vue b/src/components/LeftSidebar/NP/SongCard.vue index 69aeee8..383ef89 100644 --- a/src/components/LeftSidebar/NP/SongCard.vue +++ b/src/components/LeftSidebar/NP/SongCard.vue @@ -1,28 +1,32 @@