fix: lowercase

This commit is contained in:
Julien Calixte
2026-01-02 16:27:49 +01:00
parent ee5b3ffd42
commit 3ca870d31c

View File

@@ -152,21 +152,23 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
:disabled="!heijunkaStore.validatedPlanning" :disabled="!heijunkaStore.validatedPlanning"
> >
next hour next hour
<!-- <svg <!--
xmlns="http://www.w3.org/2000/svg" <svg
width="24" xmlns="http://www.w3.org/2000/svg"
height="24" width="24"
viewBox="0 0 24 24" height="24"
fill="none" viewBox="0 0 24 24"
stroke="currentColor" fill="none"
stroke-width="2" stroke="currentColor"
stroke-linecap="round" stroke-width="2"
stroke-linejoin="round" stroke-linecap="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-player-play" stroke-linejoin="round"
> class="icon icon-tabler icons-tabler-outline icon-tabler-player-play"
<path stroke="none" d="M0 0h24v24H0z" fill="none" /> >
<path d="M7 4v16l13 -8z" /> <path stroke="none" d="M0 0h24v24H0z" fill="none" />
</svg> --> <path d="M7 4v16l13 -8z" />
</svg>
-->
</button> </button>
<button class="button-outline" @click="heijunkaStore.reset()"> <button class="button-outline" @click="heijunkaStore.reset()">
reset reset
@@ -212,7 +214,7 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
batch batch
</button> </button>
<button class="button-outline" @click="heijunkaStore.simulateMonth()"> <button class="button-outline" @click="heijunkaStore.simulateMonth()">
Simulate a month simulate a month
</button> </button>
</section> </section>
<div> <div>