From 2d57d190a9db9c8986544dd2662789df51622765 Mon Sep 17 00:00:00 2001 From: Ruan Bueno Date: Tue, 23 Sep 2025 10:58:30 -0300 Subject: [PATCH] refactor: comentando pra entender o errro --- src/app/(authenticated)/dashboard/page.tsx | 16 +++--- src/components/dashboard/news-displ.tsx | 58 +++++++++++----------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/app/(authenticated)/dashboard/page.tsx b/src/app/(authenticated)/dashboard/page.tsx index 65d158b9..88b959e1 100644 --- a/src/app/(authenticated)/dashboard/page.tsx +++ b/src/app/(authenticated)/dashboard/page.tsx @@ -166,10 +166,11 @@ export default function DashboardPage() { + {/* Seção de Notícias - Design Assertivo e Responsivo */} -
+ {/*
{/* Header da Seção com Design Melhorado */} -
+ {/*
@@ -183,24 +184,23 @@ export default function DashboardPage() {

{/* Linha decorativa */} -
+ {/*
-
{/* Container de Notícias com Design Aprimorado */} -
+ {/*
{/* Padding interno responsivo */} -
+ {/*
{/* Gradiente sutil na parte inferior */} -
+ {/*
{/* Espaçamento adicional para mobile */} -
+ {/*
{/* Footer com Redes Sociais */} diff --git a/src/components/dashboard/news-displ.tsx b/src/components/dashboard/news-displ.tsx index 27f05699..0553967f 100644 --- a/src/components/dashboard/news-displ.tsx +++ b/src/components/dashboard/news-displ.tsx @@ -43,35 +43,35 @@ export default function NewsDisplay() {
{ - // p.imageUrl ? - // {p.title} - // : - // p.author.imageUrl ? - //
- // {p.title} - //
- //
- //

- // {p.title} - //

- //
- //
- //
- // : + p.imageUrl ? + {p.title} + : + p.author.imageUrl ? +
+ {p.title} +
+
+

+ {p.title} +

+
+
+
+ :