diff --git a/src/components/dashboard/ExploreServicesPage.tsx b/src/components/dashboard/ExploreServicesPage.tsx index d631f93..99e7b74 100644 --- a/src/components/dashboard/ExploreServicesPage.tsx +++ b/src/components/dashboard/ExploreServicesPage.tsx @@ -34,7 +34,7 @@ type RoleCard = { subtitle: string; /** "Register" | "Switch" | "Current Role" | "Under Review" */ action: string; - Icon: (props: { size: number; color: string; strokeWidth: number }) => JSX.Element; + Icon: (props: { size?: number; color?: string; strokeWidth?: number; style?: string }) => JSX.Element; status: "Active" | "Pending" | "Registered" | "Available"; };