Skip to content

Commit

Permalink
fixing code
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed May 7, 2024
1 parent 4079e53 commit 51dc5b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions workspaces/cms-data/src/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ export interface ListCardItems {
}

export interface DisplayCardItems {
title:
title: string;
icon?:
| "Application"
| "Internal Evaluation"
| "Results"
| "Onboarding"
| "Grant Deliverables";
| "Post Grant Check-in";
description: string;
image?: string;
}
Expand Down

0 comments on commit 51dc5b1

Please sign in to comment.