spotify logo click opens in new tab

This commit is contained in:
andy 2021-11-10 01:49:20 +00:00
parent cb8553af60
commit b19337bf20

View File

@ -16,7 +16,7 @@ export let SpotifyLogoLink: Vue.Component = {
props: ['link'],
template:
`
<a :href="link" class="spotify-logo" v-if="link != null && link != undefined">
<a :href="link" target="_blank" class="spotify-logo" v-if="link != null && link != undefined">
<img src="/Spotify_Icon_RGB_White.png">
</a>