From c1d2aea885e8ec32b40b9710d0da641fe75dac91 Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Tue, 22 Jul 2025 15:50:51 -0700 Subject: [PATCH] feat(ui): remove the header icon Replace the header's flex row with a single bold text element for "Trending Videos", removing the Graph icon and extra container. --- src/components/interstitials/TrendingVideos.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/interstitials/TrendingVideos.tsx b/src/components/interstitials/TrendingVideos.tsx index 439803dfad..3ad5625c39 100644 --- a/src/components/interstitials/TrendingVideos.tsx +++ b/src/components/interstitials/TrendingVideos.tsx @@ -83,12 +83,9 @@ export function TrendingVideos() { a.align_center, a.justify_between, ]}> - - - - Trending Videos - - + + Trending Videos +