From b8b06ab6df602d0b59ab4e0d67ab9d93e08e94a3 Mon Sep 17 00:00:00 2001 From: KV-Tube Deployer Date: Fri, 2 Jan 2026 12:48:29 +0700 Subject: [PATCH] fix: rename Trending Now to Trending --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 01bbe71..a3dfecb 100644 --- a/app.py +++ b/app.py @@ -1088,7 +1088,7 @@ def trending(): # === Define Standard Sections === sections_to_fetch = [ - {'id': 'trending', 'title': 'Trending Now', 'icon': 'fire'}, + {'id': 'trending', 'title': 'Trending', 'icon': 'fire'}, {'id': 'music', 'title': 'Music', 'icon': 'music'}, {'id': 'tech', 'title': 'Tech & AI', 'icon': 'microchip'}, {'id': 'movies', 'title': 'Movies', 'icon': 'film'},