mirror of https://github.com/Fabio286/antares.git
fix: wrong new stored routine modal icon
This commit is contained in:
parent
3bcd02fc4e
commit
0ec2710872
|
@ -7,7 +7,7 @@
|
||||||
>
|
>
|
||||||
<template :slot="'header'">
|
<template :slot="'header'">
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<i class="mdi mdi-24px mdi-cogs mr-1" /> {{ $t('message.createNewRoutine') }}
|
<i class="mdi mdi-24px mdi-plus mr-1" /> {{ $t('message.createNewRoutine') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div :slot="'body'">
|
<div :slot="'body'">
|
||||||
|
|
Loading…
Reference in New Issue