Skip to content

Commit c4dd351

Browse files
committed
Add background_25
1 parent 9a7f849 commit c4dd351

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frontend/public/img/background.png

-7.18 MB
Binary file not shown.

frontend/public/img/bg_25.jpg

332 KB
Loading

frontend/src/components/auth/authForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export const AuthForm = () => {
8383

8484
return (
8585
<div
86-
className="relative min-h-screen flex items-center justify-center bg-cover bg-center"
87-
style={{ backgroundImage: "url('img/background.png')" }}
86+
className="relative min-h-screen flex items-center justify-center bg-no-repeat bg-cover bg-center"
87+
style={{ backgroundImage: "url('img/bg_25.jpg')" }}
8888
>
8989
<div className="absolute inset-0 bg-black opacity-50"></div>
9090
<div className="z-10 w-full max-w-md p-8 space-y-8 bg-white rounded-lg shadow-lg">

0 commit comments

Comments
 (0)