little update
This commit is contained in:
parent
1aa7652eb4
commit
30181cefe4
|
|
@ -30,7 +30,7 @@ export default function HeaderNews() {
|
|||
<div className="w-auto lg:w-[25%] p-2 bg-[#020101] text-white rounded-md mb-2 md:mb-0 md:h-[636px]">
|
||||
<p className="text-lg font-bold h-10 text-center">Berita Terkini</p>
|
||||
<ScrollShadow hideScrollBar className="md:h-[530px] gap-3">
|
||||
{article.map((data: any) => (
|
||||
{article?.map((data: any) => (
|
||||
<div
|
||||
className="text-xs text-left m-2 p-2 bg-[#1E1616] rounded-md"
|
||||
key={data.id}
|
||||
|
|
|
|||
Loading…
Reference in New Issue