Skip to content

Commit

Permalink
Update contact.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Dec 20, 2024
1 parent 4b2ff76 commit 160d4bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="https://t.me/hawk_tracker">t.me/hawk_tracker</a>.
<br>
<span class="text-wrapper">
Либо оставьте почту:
Либо оставьте телеграм или имейл:
</span>
</p>
<form
Expand All @@ -24,8 +24,8 @@
required
:value="inputData"
:class="['input-style', inputActive && 'input-style-active']"
type="email"
placeholder="[email protected]"
type="text"
placeholder="Telegram или email"
@input="inputData = $event.target.value"
>
</div>
Expand Down

0 comments on commit 160d4bc

Please sign in to comment.