mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
add message
This commit is contained in:
@@ -349,7 +349,7 @@ export default function NewsArticlePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{recentes.map((item) => (
|
{recentes.map((item) => (
|
||||||
<article key={item.title} className="group cursor-pointer">
|
<article key={item.title} className="group cursor-pointer mb-1">
|
||||||
<Link href="#" className="flex flex-row items-start gap-6">
|
<Link href="#" className="flex flex-row items-start gap-6">
|
||||||
|
|
||||||
{/* 1. LADO DA IMAGEM (Limpo e Minimalista) */}
|
{/* 1. LADO DA IMAGEM (Limpo e Minimalista) */}
|
||||||
@@ -364,9 +364,9 @@ export default function NewsArticlePage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 2. LADO DO TEXTO (Categoria externa ao topo) */}
|
{/* 2. LADO DO TEXTO (Categoria externa ao topo) */}
|
||||||
<div className="flex flex-1 flex-col pt-1">
|
<div className="flex flex-1 flex-col ">
|
||||||
{/* CATEGORIA E DATA LADO A LADO */}
|
{/* CATEGORIA E DATA LADO A LADO */}
|
||||||
<div className="flex items-center gap-2 mb-2">
|
<div className="gap-3 mb-2 flex flex-col justify-start items-start">
|
||||||
<span className="text-[10px] font-bold uppercase tracking-wider text-[#0066CC]">
|
<span className="text-[10px] font-bold uppercase tracking-wider text-[#0066CC]">
|
||||||
{item.cat}
|
{item.cat}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user