This commit is contained in:
Andrey 2025-03-19 13:00:56 +03:00
parent 56626ee947
commit 72189d8158
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const changeDistance = (v = 1) => {
</div> </div>
</ClientOnly> </ClientOnly>
<div class="absolute bottom-4 left-1/2 -translate-x-1/2"> <div class="absolute bottom-4 left-1/2 -translate-x-1/2">
<button @click.prevent="openModal">Рассчитать</button> <button @click.prevent="openModal">Заказать</button>
</div> </div>
</div> </div>
</template> </template>