From f8f2c3cbbf6901705040603fd126ee1b18860f38 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Sat, 11 Apr 2026 02:44:05 +0100 Subject: [PATCH] labels --- app/components/tvone-content.tsx | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/app/components/tvone-content.tsx b/app/components/tvone-content.tsx index b5975aa..822e45d 100644 --- a/app/components/tvone-content.tsx +++ b/app/components/tvone-content.tsx @@ -185,14 +185,6 @@ export function TvoneDestaques() { {/* GRADIENT OVERLAY (For readability) */}
- {/* NEW INTERNAL LABEL */} - {item.cat != 'Musica' && ( -
- - {item.cat} - -
- )}
@@ -200,14 +192,13 @@ export function TvoneDestaques() { {/* TEXT CONTENT (Simplified) */}
- {/* NEW INTERNAL LABEL */} - {item.cat == 'Musica' && ( -
- {item.cat} - - {item.date} -
- )} + +
+ {item.cat} + + {item.date} +
+

{item.title}