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}