1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: wrong new stored routine modal icon

This commit is contained in:
2021-01-06 12:00:09 +01:00
parent 3bcd02fc4e
commit 0ec2710872

View File

@ -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'">