diff --git a/src/types/categories.ts b/src/types/categories.ts index 2109caf..57dd4c7 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -32,6 +32,6 @@ export type tCategory = | 'Secrets' | 'IaC' | 'Analytics' - | 'Sync Engine'; + | 'Sync Engine' | 'Platform' - | 'Automation'; \ No newline at end of file + | 'Automation';