Skip to content

Commit 538a9a1

Browse files
committed
fix: logo props
1 parent c783127 commit 538a9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Foundary/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface LoginProps {
1818
/** Subtitle text */
1919
subtitle?: string
2020
/** Props to pass to the Logo component */
21-
logoProps?: { width?: number; height?: number; className?: string }
21+
logoProps?: { width?: number; height?: number; className?: string; src?: string; alt?: string }
2222
/** URL to redirect to after successful login */
2323
redirectUrl?: string
2424
/** Additional CSS classes */

0 commit comments

Comments
 (0)