fix and update
This commit is contained in:
@@ -18,11 +18,6 @@ export function AppBootstrapScreen({
|
||||
<p className="mt-2 max-w-sm text-center text-sm text-[#667085]">
|
||||
Сервер авторизации временно недоступен. Обычно помогает повтор через несколько секунд.
|
||||
</p>
|
||||
{onRetry ? (
|
||||
<Button className="mt-6 rounded-xl" onClick={onRetry}>
|
||||
Повторить подключение
|
||||
</Button>
|
||||
) : null}
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
@@ -33,6 +28,11 @@ export function AppBootstrapScreen({
|
||||
</p>
|
||||
</>
|
||||
)}
|
||||
{onRetry ? (
|
||||
<Button className="mt-6 rounded-xl" variant={error ? 'default' : 'secondary'} onClick={onRetry}>
|
||||
Повторить подключение
|
||||
</Button>
|
||||
) : null}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user