mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
use icon for removing pairlists
This commit is contained in:
parent
10d1089c11
commit
9b45d22037
|
@ -13,7 +13,7 @@
|
|||
</b-row>
|
||||
</b-col>
|
||||
<b-col cols="auto">
|
||||
<b-button size="sm" @click="emit('remove', index)">x</b-button>
|
||||
<b-button size="sm" @click="emit('remove', index)"><i-mdi-close></i-mdi-close></b-button>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue
Block a user