Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: back to SEI link on login page #607

Merged
merged 5 commits into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading