Merge remote-tracking branch 'origin/high-performance' into high-performance
All checks were successful
build-and-release / build (push) Successful in 1m59s
All checks were successful
build-and-release / build (push) Successful in 1m59s
# Conflicts: # src/components/dashboard/ExploreServicesPage.tsx
This commit is contained in:
commit
f719879e72
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue