text removed

This commit is contained in:
Komek Hayytnazarov 2022-12-02 11:21:58 +05:00
parent c3306f680b
commit 615de769cd
4 changed files with 8 additions and 16 deletions

View File

@ -1,11 +1,9 @@
<template>
<div class="intro-y flex items-center mt-8">
<h2 class="text-lg font-medium mr-auto">{{ $t('BANK') }}</h2>
</div>
<!-- BEGIN: Form Validation -->
<PreviewComponent class="intro-y box mt-5">
<div class="flex flex-col sm:flex-row items-center p-5 border-b border-slate-200/60 dark:border-darkmode-400">
<h2 class="font-medium text-base mr-auto">{{ $t('BANK_FORM') }}</h2>
<h2 class="font-medium text-base mr-auto">{{ $t('BANK') }}</h2>
</div>
<div class="p-5">
<!-- BEGIN: Validation Form -->

View File

@ -1,11 +1,9 @@
<template>
<div class="intro-y flex items-center mt-8">
<h2 class="text-lg font-medium mr-auto">{{ $t('ACCOUNT_TYPE_BUSINESS') }}</h2>
</div>
<!-- BEGIN: Form Validation -->
<PreviewComponent class="intro-y box mt-5">
<div class="flex flex-col sm:flex-row items-center p-5 border-b border-slate-200/60 dark:border-darkmode-400">
<h2 class="font-medium text-base mr-auto">{{ $t('ENT_FORM') }}</h2>
<h2 class="font-medium text-base mr-auto">{{ $t('ACCOUNT_TYPE_BUSINESS') }}</h2>
</div>
<div class="p-5">
<!-- BEGIN: Validation Form -->

View File

@ -1,11 +1,9 @@
<template>
<div class="intro-y flex items-center mt-8">
<h2 class="text-lg font-medium mr-auto">{{ $t('ACCOUNT_TYPE_COMPANY') }}</h2>
</div>
<!-- BEGIN: Form Validation -->
<PreviewComponent class="intro-y box mt-5">
<div class="flex flex-col sm:flex-row items-center p-5 border-b border-slate-200/60 dark:border-darkmode-400">
<h2 class="font-medium text-base mr-auto">{{ $t('COMP_FORM') }}</h2>
<h2 class="font-medium text-base mr-auto">{{ $t('ACCOUNT_TYPE_COMPANY') }}</h2>
</div>
<div class="p-5">
<!-- BEGIN: Validation Form -->

View File

@ -1,12 +1,10 @@
<template>
<div>
<div class="intro-y flex items-center mt-8">
<h2 class="text-lg font-medium mr-auto">{{ $t('CONTACTS') }}</h2>
</div>
<!-- BEGIN: Form Validation -->
<PreviewComponent class="intro-y box mt-5">
<div class="flex flex-col sm:flex-row items-center p-5 border-b border-slate-200/60 dark:border-darkmode-400">
<h2 class="font-medium text-base mr-auto">{{ $t('CONTACTS_FORM') }}</h2>
<h2 class="font-medium text-base mr-auto">{{ $t('CONTACTS') }}</h2>
</div>
<div class="p-5">
<!-- BEGIN: Validation Form -->