mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-26 10:20:29 +00:00
use health potion instead of bandage
This commit is contained in:
parent
ef05f4919e
commit
aa72b74c66
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
<SvgIcon v-else-if="name === 'question'" :path="mdiHelpCircleOutline" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'plus'" :path="mdiPlusCircleOutline" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'list'" :path="mdiFormatListBulleted" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'heal'" :path="mdiBandage" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'heal'" :path="mdiHealthPotionOutline" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'turn-off'" :path="mdiPower" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'chevron-right'" :path="mdiChevronRight" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'close'" :path="mdiCloseCircleOutline" size="1.3rem" />
|
||||
|
@ -98,6 +98,7 @@ import {
|
|||
mdiFormatListBulleted,
|
||||
mdiGestureTap,
|
||||
mdiGit,
|
||||
mdiHealthPotionOutline,
|
||||
mdiHelpCircleOutline,
|
||||
mdiLockOpenOutline,
|
||||
mdiLockOutline,
|
||||
|
|
Loading…
Reference in a new issue