This commit is contained in:
2025-11-17 14:37:50 -03:00
parent d2abaec021
commit 7f41704d90
51 changed files with 733 additions and 495 deletions

View File

@@ -45,7 +45,7 @@ export function ModeToggle() {
}
type ThemedImageProps = {
children?: string
children?: string | React.ReactNode
className?: string
}