Update src/components/login/login.tsx
Browse files
src/components/login/login.tsx
CHANGED
@@ -20,19 +20,12 @@ function Login({
|
|
20 |
<>
|
21 |
<header className="flex items-center text-sm px-4 py-2 border-b border-gray-200 gap-2 bg-gray-100 font-semibold text-gray-700">
|
22 |
<span className="text-xs bg-red-500/10 text-red-500 rounded-full pl-1.5 pr-2.5 py-0.5 flex items-center justify-start gap-1.5">
|
23 |
-
|
24 |
</span>
|
25 |
-
|
26 |
</header>
|
27 |
<main className="px-4 py-4 space-y-3">
|
28 |
{children}
|
29 |
-
<a href="/api/login" onClick={handleClick}>
|
30 |
-
<img
|
31 |
-
src="https://huggingface.co/datasets/huggingface/badges/resolve/main/sign-in-with-huggingface-lg-dark.svg"
|
32 |
-
alt="Sign in with Hugging Face"
|
33 |
-
className="mx-auto"
|
34 |
-
/>
|
35 |
-
</a>
|
36 |
</main>
|
37 |
</>
|
38 |
);
|
|
|
20 |
<>
|
21 |
<header className="flex items-center text-sm px-4 py-2 border-b border-gray-200 gap-2 bg-gray-100 font-semibold text-gray-700">
|
22 |
<span className="text-xs bg-red-500/10 text-red-500 rounded-full pl-1.5 pr-2.5 py-0.5 flex items-center justify-start gap-1.5">
|
23 |
+
ВАЖНО
|
24 |
</span>
|
25 |
+
На сегодня лимит исчерпан
|
26 |
</header>
|
27 |
<main className="px-4 py-4 space-y-3">
|
28 |
{children}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
</main>
|
30 |
</>
|
31 |
);
|