diff --git a/src/components/user/profile/header.tsx b/src/components/user/profile/header.tsx index f1f65de..aad2071 100644 --- a/src/components/user/profile/header.tsx +++ b/src/components/user/profile/header.tsx @@ -1,5 +1,5 @@ import { Mail } from "lucide-react"; -import Image from "next/image"; +import Image, { StaticImageData } from "next/image"; import { FaDiscord, FaGithub } from "react-icons/fa"; import Projects from "./projects"; import Link from "next/link"; @@ -10,7 +10,7 @@ interface HeaderProps { github: string; discord: string; status: string; - profile: string; + profile: StaticImageData; projects: string[]; } @@ -67,7 +67,7 @@ const Header = ({
{status}
- +