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