Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ <h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-4">
</section>

<!-- Auth Buttons -->
<section class="max-w-xl mx-auto mb-10">
<section class="max-w-xl mx-auto mb-10" aria-labelledby="auth-methods-heading">
<h2 id="auth-methods-heading" class="sr-only">Способы входа в аккаунт</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3">
<!-- Google -->
<a
Expand Down Expand Up @@ -390,9 +391,9 @@ <h1 class="text-3xl sm:text-4xl font-bold text-gray-900 mb-4">
/>
</svg>
</div>
<h3 class="text-lg font-semibold text-gray-900 mb-1">
<h2 class="text-lg font-semibold text-gray-900 mb-1">
Вход через Telegram
</h3>
</h2>
<p class="text-sm text-gray-500">
Нажмите кнопку ниже для авторизации
</p>
Expand Down
Loading