0
0
Fork 0

Adjust spacing that ESlint was complaining about

This commit is contained in:
Tyler-A 2020-08-09 00:16:44 -06:00
parent 34f0a5882b
commit aaa01acdd2

View file

@ -4,7 +4,9 @@
<div <div
v-if="error" v-if="error"
class="error" class="error"
>{{ error }}</div> >
{{ error }}
</div>
<a :href="spotify_auth_url"> <a :href="spotify_auth_url">
<button>Login With Spotify</button> <button>Login With Spotify</button>
</a> </a>