mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
add date
This commit is contained in:
+15
-5
@@ -208,12 +208,22 @@ export default function NewsArticlePage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="py-4">
|
<div className="py-4">
|
||||||
<h3 className="line-clamp-2 text-base font-bold leading-snug text-neutral-900 transition-colors group-hover:text-blue-600">
|
<div className="flex items-center gap-3 pb-2">
|
||||||
{item.title}
|
<span className="text-[10px] font-bold uppercase tracking-wider text-blue-600">
|
||||||
</h3>
|
{item.cat}
|
||||||
<p className="mt-1.5 text-xs font-medium text-neutral-500">{item.date}</p>
|
</span>
|
||||||
|
<span className="h-1 w-1 rounded-2xl bg-neutral-300" />
|
||||||
|
{/* Data de Publicação em destaque suave */}
|
||||||
|
<span className="text-[10px] font-semibold text-neutral-500 uppercase tracking-tight">
|
||||||
|
{item.date}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h3 className="line-clamp-4 text-base font-bold leading-snug text-neutral-900 transition-colors group-hover:text-blue-600">
|
||||||
|
{item.title}
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
</article>
|
</article>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user