mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 07:17:52 +00:00
add date
This commit is contained in:
+15
-5
@@ -208,12 +208,22 @@ export default function NewsArticlePage() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
{item.title}
|
||||
</h3>
|
||||
<p className="mt-1.5 text-xs font-medium text-neutral-500">{item.date}</p>
|
||||
<div className="py-4">
|
||||
<div className="flex items-center gap-3 pb-2">
|
||||
<span className="text-[10px] font-bold uppercase tracking-wider text-blue-600">
|
||||
{item.cat}
|
||||
</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>
|
||||
|
||||
<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>
|
||||
</article>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user