Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
romainlp committed Nov 2, 2017
1 parent 5aeae66 commit 711a236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radionova",
"version": "0.0.2",
"version": "0.0.3",
"author": "Romain Le Polh <romainlepolh@gmail.com>",
"description": "Radio Nova (FR) Player",
"license": null,
Expand Down
6 changes: 3 additions & 3 deletions src/renderer/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</div>

<div class="links" v-if="isLink">
<a href="" v-if="spotify" v-on:click="openSpotify" class="socicon-spotify"></a>
<a href="" v-if="deezer" v-on:click="openDeezer" class="socicon-deezer"></a>
<a href="" v-if="itunes" v-on:click="openItunes" class="socicon-apple"></a>
<a href="" v-if="spotify" v-on:click.prevent="openSpotify" class="socicon-spotify"></a>
<a href="" v-if="deezer" v-on:click.prevent="openDeezer" class="socicon-deezer"></a>
<a href="" v-if="itunes" v-on:click.prevent="openItunes" class="socicon-apple"></a>
</div>
</div>
</template>
Expand Down

0 comments on commit 711a236

Please sign in to comment.