Skip to content

Commit

Permalink
fix: back to SEI link on login page (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashwatPS authored Feb 27, 2024
1 parent acb7bd1 commit 911a04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ function Login() {

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

0 comments on commit 911a04d

Please sign in to comment.