diff --git a/README.md b/README.md index 92a56b3..6b51fa9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ -![Cover image](./images/banner.webp) +### Swing music client +This repo contains the client code for the swing music player. Documentation coming soon ... -### Alice Music -Alice is a web-based music manager (or basically a music player) that will make it easier to find and enjoy your music. Currently in the early stages of development. - -Although it's quite usable, it's missing some basic features. I'm working on getting done with some dev setup instructions. So, check back soon! - -### Contributing -This client app is written using Vue and Typescript. If you want to contribute, please open an issue or pull request. Your contribution is highly valued. +--- +**[MIT License](https://opensource.org/licenses/MIT) | Copyright (c) 2023 Mungai Njoroge** diff --git a/images/banner.webp b/images/banner.webp deleted file mode 100644 index e44a1f9..0000000 Binary files a/images/banner.webp and /dev/null differ diff --git a/src/assets/icons/delete.svg b/src/assets/icons/delete.svg index 1a04363..2fc7289 100644 --- a/src/assets/icons/delete.svg +++ b/src/assets/icons/delete.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/components/PlaylistView/Header.vue b/src/components/PlaylistView/Header.vue index 59138c2..71e571d 100644 --- a/src/components/PlaylistView/Header.vue +++ b/src/components/PlaylistView/Header.vue @@ -29,7 +29,8 @@ Last updated {{ info.last_updated }}  |   -
Edit  |
+
Edit  
+ | @@ -104,13 +105,15 @@ function deletePlaylist() { display: flex; align-items: center; + .edit { + cursor: pointer; + color: $brown; + } + svg { transform: scale(0.75); margin-bottom: -0.2rem; - } - - .edit { - cursor: pointer; + color: $red !important; } }