Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 911a04d

Browse files
authored
fix: back to SEI link on login page (#607)
1 parent acb7bd1 commit 911a04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layout/Login/Login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ function Login() {
2828

2929
return (
3030
<div className="min-h-screen select-none overflow-hidden bg-secondary">
31-
<Return componentStyle="sm:ml-20 mt-20 sm:mt-20" />
31+
<Return componentStyle="sm:ml-20 mt-20 sm:mt-20 z-10 sm:pl-10" />
3232
<img
3333
className="absolute -left-[380px] bottom-0 hidden w-[750px] xl:block"
3434
src="/images/void.svg"
3535
/>
36-
<div className="mt-10 flex flex-col items-center justify-center sm:mt-40">
36+
<div className="mt-10 flex flex-col items-center justify-center sm:mt-40 z-8">
3737
<Title text="Log in" />
3838
<LoginForm />
3939
<Text

0 commit comments

Comments
 (0)