mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:33:31 +00:00
optional src
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import Image from "next/image";
|
||||
|
||||
type Props = {
|
||||
darkSrc: string;
|
||||
lightSrc: string;
|
||||
darkSrc?: string;
|
||||
lightSrc?: string;
|
||||
height?: number;
|
||||
width?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user