diff --git a/src/app/home-page/components/ArticleFeed.tsx b/src/app/home-page/components/ArticleFeed.tsx
index a596348..4ce591a 100644
--- a/src/app/home-page/components/ArticleFeed.tsx
+++ b/src/app/home-page/components/ArticleFeed.tsx
@@ -505,27 +505,9 @@ export default function ArticleFeed() {
)}
- {/* Category filter chips (always visible, quick access) */}
-
- {ALL_CATEGORIES.map((cat, i) => {
- const isActive = activeCategory === cat;
- return (
-
- );
- })}
-
+ {/* Legacy chip row removed — replaced by the always-visible
+ "Topics:" chip row higher up. Single source of category
+ selection now. */}
{/* Results count */}
{(searchQuery || activeCategory !== "All" || sourceFilter !== "All" || authorFilter !== "All" || dateFrom || dateTo) && (