Added email field to contact form
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -47,6 +47,12 @@ export default () => {
|
||||
rows='4'
|
||||
></textarea>
|
||||
|
||||
<input
|
||||
type="email"
|
||||
placeholder={t('email')}
|
||||
name="email"
|
||||
></input>
|
||||
|
||||
<input
|
||||
class={styles.submit}
|
||||
type="submit"
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"vkmute_desc": "A Browser extension that allows you to mute people in group chats on VK.com.",
|
||||
"name": "Your name",
|
||||
"message": "Write about anything",
|
||||
"email": "Your email",
|
||||
"submit": "Submit"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"vkmute_desc": "Расширение, позволяющее скрывать сообщения от указанных пользователей в беседах.",
|
||||
"name": "Ваше имя",
|
||||
"message": "Напишите о чем угодно",
|
||||
"email": "Ваш email",
|
||||
"submit": "Отправить"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user