МеÐлкие улучшения

This commit is contained in:
Web-serfer 2026-04-07 23:07:46 +05:00
parent 70e75dc11b
commit 0678c81284
2 changed files with 31 additions and 39 deletions

View file

@ -7,10 +7,6 @@ import { SITE_URL } from '@constants';
title="Вход в аккаунт"
description="Войдите в свой аккаунт для доступа к личному кабинету"
canonicalLink={`${SITE_URL}/auth/sign-in`}
breadcrumbs={[
{ label: 'Главная', href: '/' },
{ label: 'Вход' }
]}
>
<div class="auth-page">
<div class="auth-container">
@ -59,7 +55,7 @@ import { SITE_URL } from '@constants';
</form>
<div class="auth-footer">
<p>Нет аккаунта? <a href="/auth/sig-up">Зарегистрироваться</a></p>
<p>Нет аккаунта? <a href="/auth/sign-up">Зарегистрироваться</a></p>
</div>
</div>
</div>
@ -74,7 +70,7 @@ import { SITE_URL } from '@constants';
display: flex;
align-items: center;
justify-content: center;
padding: 8rem 2rem 2rem;
padding: 2rem;
}
.auth-container {