Merge pull request #149 from apuc/registration

hide phone
This commit is contained in:
NikoM1k 2023-11-16 17:42:35 +03:00 committed by GitHub
commit 25717ad9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,10 +72,10 @@ export const SideBar = () => {
</li>
</ul>
<p className="auth-body__politic">Политика конфиденциальности</p>
<div className="auth-body__contacts">
<h4>+7 812 363 17 87</h4>
<p>Перезвонить Вам?</p>
</div>
{/*<div className="auth-body__contacts">*/}
{/* <h4>+7 812 363 17 87</h4>*/}
{/* <p>Перезвонить Вам?</p>*/}
{/*</div>*/}
</div>
</div>
);