don't use any type for icon (make vercel happy)
This commit is contained in:
parent
dfcadcff8a
commit
e05a663fbb
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
import { faPhone, faEnvelope } from '@fortawesome/free-solid-svg-icons'
|
||||
import { faGithub, faTelegram } from '@fortawesome/free-brands-svg-icons'
|
||||
import { IconDefinition } from '@fortawesome/fontawesome-svg-core'
|
||||
|
||||
export default function Contact() {
|
||||
return (
|
||||
|
@ -29,7 +30,7 @@ export default function Contact() {
|
|||
|
||||
interface ContactButtonProps {
|
||||
href: string;
|
||||
icon: any;
|
||||
icon: IconDefinition;
|
||||
label: string;
|
||||
className?: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue