refactor: enhance type safety by replacing any types with stricter types across the codebase, improving error handling and reducing potential bugs
This commit is contained in:
@@ -5,7 +5,7 @@ import Image from 'next/image'
|
||||
import { GithubIcon, TwitterIcon, SwissFlagIcon } from '@ciphera-net/ui'
|
||||
|
||||
interface FooterProps {
|
||||
LinkComponent?: any
|
||||
LinkComponent?: React.ElementType
|
||||
appName?: string
|
||||
isAuthenticated?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user