diff --git a/workspaces/website/src/components/Card/DisplayCard.tsx b/workspaces/website/src/components/Card/DisplayCard.tsx index bab0fe78df..7ab34a1757 100644 --- a/workspaces/website/src/components/Card/DisplayCard.tsx +++ b/workspaces/website/src/components/Card/DisplayCard.tsx @@ -12,7 +12,7 @@ type Props = { | "Internal Evaluation" | "Results" | "Onboarding" - | "Post Grant check-in"; + | "Post Grant Check-in"; readonly description?: string; readonly index: number; } & BoxProps; @@ -22,7 +22,7 @@ const images = { "Internal Evaluation": , Results: , Onboarding: , - "Post Grant check-in": , + "Post Grant Check-in": , }; export const DisplayCard = (props: Props) => {