mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 13:23:13 +00:00
login cleanup, react
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ColorService } from '#/utils/colors';
|
||||
import Image from 'next/image';
|
||||
import React, { useEffect } from 'react';
|
||||
import { ZitadelLogo } from "#/ui/ZitadelLogo";
|
||||
import { ColorService } from "#/utils/colors";
|
||||
import React from "react";
|
||||
|
||||
export default async function Layout({
|
||||
children,
|
||||
@@ -11,14 +11,8 @@ export default async function Layout({
|
||||
|
||||
return (
|
||||
<div className="mx-auto flex max-w-[400px] flex-col items-center space-y-4 py-10">
|
||||
<div className="relative h-28 w-48">
|
||||
<Image
|
||||
fill
|
||||
priority
|
||||
sizes="100%"
|
||||
src="https://zitadel.com/zitadel-logo-light.svg"
|
||||
alt="Login logo"
|
||||
/>
|
||||
<div className="relative">
|
||||
<ZitadelLogo height={70} width={180} />
|
||||
</div>
|
||||
|
||||
<div className="w-full">{children}</div>
|
||||
|
||||
Reference in New Issue
Block a user