Skip to content

Commit

Permalink
Fix file category values
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAurelius committed Jan 27, 2025
1 parent c9994e0 commit c0adbc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions carbon-projects/lib/fileCategories.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const fileCategories = [
{ title: "Methodology", value: "methodology" },
{ title: "Project Description Document (PDD)", value: "pdd" },
{ title: "Verifications", value: "verifications" },
{ title: "Supporting Documentation", value: "supporting-documentation" },
{ title: "Methodology", value: "Methodology" },
{ title: "Project Description Document (PDD)", value: "Project Description Document (PDD)" },
{ title: "Verifications", value: "Verifications" },
{ title: "Supporting Documentation", value: "Supporting Documentation" },
];

0 comments on commit c0adbc8

Please sign in to comment.