From f64549877bd7ee3e3371f8552f50840f6f6a73b7 Mon Sep 17 00:00:00 2001 From: 0xMakka Date: Wed, 29 Jan 2025 14:50:12 +0000 Subject: [PATCH] align file categories with figma designs --- carbon-projects/lib/fileCategories.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/carbon-projects/lib/fileCategories.ts b/carbon-projects/lib/fileCategories.ts index 0da45857c9..2b703805bc 100644 --- a/carbon-projects/lib/fileCategories.ts +++ b/carbon-projects/lib/fileCategories.ts @@ -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" }, ];