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

View File

@@ -1,6 +1,6 @@
<template> <template>
<div <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"> <div class="text-h5 text-primary text-bold">
{{ name }} {{ name }}
@@ -30,7 +30,7 @@
</div> </div>
<div v-else> <div v-else>
<div class="text-center q-pt-md"> <div class="text-center q-py-sm">
<a <a
href="mailto:info@tgcrew.app" href="mailto:info@tgcrew.app"
style="text-decoration: none; color: inherit" style="text-decoration: none; color: inherit"