From ae96d71d9b4eaa4e120118f26c623184e0f0ad6c Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Sat, 23 May 2026 01:30:20 +0000 Subject: [PATCH] chore: trim homepage Industry News topic chips Removed IP Workflows, NAB 2026, EAS, Sports Broadcasting, Ad Tech from the homepage filter row per Ryan. /news still carries the full set. --- src/app/home-page/components/ArticleFeed.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/home-page/components/ArticleFeed.tsx b/src/app/home-page/components/ArticleFeed.tsx index 4ce591a..79c72e1 100644 --- a/src/app/home-page/components/ArticleFeed.tsx +++ b/src/app/home-page/components/ArticleFeed.tsx @@ -32,15 +32,10 @@ const ALL_CATEGORIES = [ "All", "Cloud", "AI", - "IP Workflows", "Live Production", "Streaming", "Audio", "Cameras", - "NAB 2026", - "EAS", - "Sports Broadcasting", - "Ad Tech", ]; const SOURCE_FILTERS = ["All", "Live", "Imported"] as const; type SourceFilter = typeof SOURCE_FILTERS[number];