Skip to content

Commit

Permalink
align file categories with figma designs (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMakka authored Jan 29, 2025
1 parent eeda8a0 commit 667b9e3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions carbon-projects/lib/fileCategories.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
export const fileCategories = [
{ title: "Methodology", value: "Methodology" },
{
title: "Project Description Document (PDD)",
value: "Project Description Document (PDD)",
},
{ title: "Verifications", value: "Verifications" },
{ title: "Methodology and PDD", value: "Methodology and PDD" },
{ title: "Verification", value: "Verification" },
{ title: "Supporting Documentation", value: "Supporting Documentation" },
];

0 comments on commit 667b9e3

Please sign in to comment.