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.
This commit is contained in:
@@ -32,15 +32,10 @@ const ALL_CATEGORIES = [
|
|||||||
"All",
|
"All",
|
||||||
"Cloud",
|
"Cloud",
|
||||||
"AI",
|
"AI",
|
||||||
"IP Workflows",
|
|
||||||
"Live Production",
|
"Live Production",
|
||||||
"Streaming",
|
"Streaming",
|
||||||
"Audio",
|
"Audio",
|
||||||
"Cameras",
|
"Cameras",
|
||||||
"NAB 2026",
|
|
||||||
"EAS",
|
|
||||||
"Sports Broadcasting",
|
|
||||||
"Ad Tech",
|
|
||||||
];
|
];
|
||||||
const SOURCE_FILTERS = ["All", "Live", "Imported"] as const;
|
const SOURCE_FILTERS = ["All", "Live", "Imported"] as const;
|
||||||
type SourceFilter = typeof SOURCE_FILTERS[number];
|
type SourceFilter = typeof SOURCE_FILTERS[number];
|
||||||
|
|||||||
Reference in New Issue
Block a user