Make missing artist profile pictures a default & remove click for more info on popularity
This commit is contained in:
parent
43964e38df
commit
fb58e20f7a
7 changed files with 39 additions and 11 deletions
|
|
@ -4,7 +4,7 @@ Vue.component(
|
|||
props: [ `track` ],
|
||||
data: function () {
|
||||
return {
|
||||
popularity_tooltip: `Popularity.\nClick for more information.`
|
||||
popularity_tooltip: `Popularity`
|
||||
}
|
||||
},
|
||||
template: `<div class="track">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue