mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 14:10:26 +00:00
change game progress icon
This commit is contained in:
parent
8d3e66dae4
commit
69d9946143
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
<b-form-rating
|
||||
v-if="rating"
|
||||
:value="rating"
|
||||
class="p-0 game-rating"
|
||||
class="p-0 mt-1 game-rating"
|
||||
inline
|
||||
readonly
|
||||
variant="warning"
|
||||
|
@ -68,7 +68,7 @@
|
|||
|
||||
<div v-if="loading" class="my-2">
|
||||
<b-button variant="light">
|
||||
<b-icon-check />
|
||||
<b-icon-clock-history />
|
||||
</b-button>
|
||||
|
||||
<b-button variant="light">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
v-b-modal.progress
|
||||
variant="info"
|
||||
>
|
||||
<b-icon-check />
|
||||
<b-icon-clock-history />
|
||||
|
||||
<b-modal
|
||||
id="progress"
|
||||
|
|
Loading…
Reference in a new issue