update price
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-20 12:46:40 +03:00
parent ed6f3d29e0
commit 3037739b97
2 changed files with 5 additions and 5 deletions

View File

@@ -85,9 +85,9 @@
const tariffs = [
{ id: 1, name: 'TEST', price: 0, price_rub: 0, chatsQty: 5 },
{ id: 2, name: 'START', price: 1000, price_rub: 2000, chatsQty: 15 },
{ id: 3, name: 'PRO', price: 5000, price_rub: 10000, chatsQty: 40 },
{ id: 4, name: 'VIP', price: 12000, price_rub: null, chatsQty: null }
{ id: 2, name: 'START', price: 2000, price_rub: 4000, chatsQty: 15 },
{ id: 3, name: 'PRO', price: 7000, price_rub: 15000, chatsQty: 40 },
{ id: 4, name: 'VIP', price: 15000, price_rub: null, chatsQty: null }
]
</script>

View File

@@ -1,6 +1,6 @@
<template>
<div
class="flex column items-center bg-white rounded-card q-pa-md crew-card fit"
class="flex column items-center bg-white rounded-card q-pa-md crew-card fit justify-around"
>
<div class="text-h5 text-primary text-bold">
{{ name }}
@@ -30,7 +30,7 @@
</div>
<div v-else>
<div class="text-center q-pt-md">
<div class="text-center q-py-sm">
<a
href="mailto:info@tgcrew.app"
style="text-decoration: none; color: inherit"