admin page
This commit is contained in:
@@ -32,8 +32,8 @@ export function Footer() {
|
|||||||
<p className={styles.phone}>+7 (812) 123-33-23</p>
|
<p className={styles.phone}>+7 (812) 123-33-23</p>
|
||||||
<h4 className={styles.heading}>Адрес</h4>
|
<h4 className={styles.heading}>Адрес</h4>
|
||||||
<p>196158, г. Санкт-Петербург, Московское шоссе, 25А, к.1, ПОМЕЩ. 3-Н</p>
|
<p>196158, г. Санкт-Петербург, Московское шоссе, 25А, к.1, ПОМЕЩ. 3-Н</p>
|
||||||
<a href="mailto:company@elcsa.ru" className={styles.email}>
|
<a href="mailto:support@elcsa.ru" className={styles.email}>
|
||||||
company@elcsa.ru
|
support@elcsa.ru
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.col}>
|
<div className={styles.col}>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { useState } from 'react'
|
|||||||
import { PrimaryButton } from '@shared/ui'
|
import { PrimaryButton } from '@shared/ui'
|
||||||
import styles from './RegisterForm.module.css'
|
import styles from './RegisterForm.module.css'
|
||||||
|
|
||||||
const DOCS_EMAIL = 'company@elcsa.ru'
|
const DOCS_EMAIL = 'support@elcsa.ru'
|
||||||
|
|
||||||
const REQUIRED_DOCUMENTS = [
|
const REQUIRED_DOCUMENTS = [
|
||||||
'Устав организации в действующей редакции',
|
'Устав организации в действующей редакции',
|
||||||
|
|||||||
Reference in New Issue
Block a user