diff --git a/types.ts b/types.ts index 1b96482..ee237a3 100644 --- a/types.ts +++ b/types.ts @@ -49,7 +49,7 @@ export const IDEs = [ export interface Tag { label: string icon: string - color: BadgeColor + color: string title?: string translation: string }