switch to bootstrap icons

This commit is contained in:
Thomas Amland
2020-07-28 13:47:36 +02:00
parent f276e4ef49
commit 2218d82ee1
16 changed files with 72 additions and 59 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
<tr v-for="(item, index) in result.tracks">
<td>
<span @click="play(index)">
<Icon>mdi-play</Icon>
<Icon icon="play-fill"/>
</span>
</td>
<td>{{ item.title }}</td>