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,14 +21,10 @@ const CreateWorkspace: NextPage = () => {
|
|||||||
<DefaultLayout>
|
<DefaultLayout>
|
||||||
<div className="grid h-full place-items-center p-5">
|
<div className="grid h-full place-items-center p-5">
|
||||||
<div className="w-full space-y-4">
|
<div className="w-full space-y-4">
|
||||||
<div className="text-center">
|
<div className="mb-8 text-center">
|
||||||
<Image src={Logo} height="40" alt="Plane Logo" />
|
<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>
|
||||||
|
<CreateWorkspaceForm onSubmit={(res) => router.push(`/${res.slug}`)} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</DefaultLayout>
|
</DefaultLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user