fix and update
This commit is contained in:
15
apps/frontend/components/id/app-bootstrap-screen.tsx
Normal file
15
apps/frontend/components/id/app-bootstrap-screen.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
'use client';
|
||||
|
||||
import { Loader2 } from 'lucide-react';
|
||||
|
||||
export function AppBootstrapScreen() {
|
||||
return (
|
||||
<div className="fixed inset-0 z-[120] flex min-h-screen flex-col items-center justify-center bg-white px-6">
|
||||
<Loader2 className="h-10 w-10 animate-spin text-[#3390ec]" aria-hidden />
|
||||
<p className="mt-5 text-base font-medium text-[#101828]">Подключение к серверу</p>
|
||||
<p className="mt-2 max-w-sm text-center text-sm text-[#667085]">
|
||||
Подготавливаем ваш профиль и сервисы. Это займёт несколько секунд.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user