mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: create workspace bg fix (#510)
This commit is contained in:
parent
567afa6d39
commit
5191fc5f7c
@ -21,16 +21,12 @@ const CreateWorkspace: NextPage = () => {
|
||||
<DefaultLayout>
|
||||
<div className="grid h-full place-items-center p-5">
|
||||
<div className="w-full space-y-4">
|
||||
<div className="text-center">
|
||||
<Image src={Logo} height="40" alt="Plane Logo" />
|
||||
<div className="mb-8 text-center">
|
||||
<Image src={Logo} height="50" alt="Plane Logo" />
|
||||
</div>
|
||||
<div className="grid w-full place-items-center">
|
||||
<div className="w-full rounded-lg bg-white p-8 md:w-2/5">
|
||||
<CreateWorkspaceForm onSubmit={(res) => router.push(`/${res.slug}`)} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</DefaultLayout>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user