From 667b9e32429822fd9b3cbbb8b4b3cc7fafb80496 Mon Sep 17 00:00:00 2001 From: 0xMakkkka <92357475+0xMakka@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:20:12 +0000 Subject: [PATCH] align file categories with figma designs (#2420) --- 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" }, ];