fix: rename Trending Now to Trending
This commit is contained in:
parent
622f91bf71
commit
b8b06ab6df
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -1088,7 +1088,7 @@ def trending():
|
||||||
|
|
||||||
# === Define Standard Sections ===
|
# === Define Standard Sections ===
|
||||||
sections_to_fetch = [
|
sections_to_fetch = [
|
||||||
{'id': 'trending', 'title': 'Trending Now', 'icon': 'fire'},
|
{'id': 'trending', 'title': 'Trending', 'icon': 'fire'},
|
||||||
{'id': 'music', 'title': 'Music', 'icon': 'music'},
|
{'id': 'music', 'title': 'Music', 'icon': 'music'},
|
||||||
{'id': 'tech', 'title': 'Tech & AI', 'icon': 'microchip'},
|
{'id': 'tech', 'title': 'Tech & AI', 'icon': 'microchip'},
|
||||||
{'id': 'movies', 'title': 'Movies', 'icon': 'film'},
|
{'id': 'movies', 'title': 'Movies', 'icon': 'film'},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue