We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7f849 commit c4dd351Copy full SHA for c4dd351
frontend/public/img/background.png
-7.18 MB
frontend/public/img/bg_25.jpg
332 KB
frontend/src/components/auth/authForm.tsx
@@ -83,8 +83,8 @@ export const AuthForm = () => {
83
84
return (
85
<div
86
- className="relative min-h-screen flex items-center justify-center bg-cover bg-center"
87
- style={{ backgroundImage: "url('img/background.png')" }}
+ className="relative min-h-screen flex items-center justify-center bg-no-repeat bg-cover bg-center"
+ style={{ backgroundImage: "url('img/bg_25.jpg')" }}
88
>
89
<div className="absolute inset-0 bg-black opacity-50"></div>
90
<div className="z-10 w-full max-w-md p-8 space-y-8 bg-white rounded-lg shadow-lg">
0 commit comments