diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 697a9e2..1c66abd 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3139,7 +3139,7 @@ export const svgs: iSVG[] = [ }, { title: 'Home Assistant', - category: ['IoT', 'Home Automation', 'Software'], + category: ['IoT', 'Software'], route: '/library/home-assistant.svg', wordmark: { light: '/library/home-assistant-wordmark.svg', diff --git a/src/types/categories.ts b/src/types/categories.ts index dd79571..ae77c01 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -28,6 +28,5 @@ export type tCategory = | 'VoidZero' | 'Authentication' | 'IoT' - | 'Home Automation' | 'Config' | 'Secrets';