Merge branch 'main' of https://github.com/apuc/outstaffing-react into fixed-pages

This commit is contained in:
MaxOvs19 2023-11-17 15:47:14 +03:00
commit 090c0cc01e

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>
);