Merge remote-tracking branch 'origin/high-performance' into high-performance
All checks were successful
build-and-release / build (push) Successful in 1m59s

# Conflicts:
#	src/components/dashboard/ExploreServicesPage.tsx
This commit is contained in:
Ashwin Kumar Sivakumar 2026-08-14 02:35:20 +05:30
commit f719879e72

View file

@ -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";
};