Skip to content

Commit 6fd8a24

Browse files
committed
UI bug fix
1 parent 69ec0b4 commit 6fd8a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(user)/auth/page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export default function AuthPage() {
134134
alt="Hero Image"
135135
width={1980}
136136
height={1320}
137-
className="w-full blur-[2px] absolute left-0 top-0 pointer-events-none z-0 hidden xl:block"
137+
className="w-full blur-[2px] absolute left-0 top-0 pointer-events-none z-0 block xl:hidden"
138138
/>
139139

140140
<div className="flex justify-center relative">

0 commit comments

Comments
 (0)