fix: hero kaltara
This commit is contained in:
parent
03baade7ea
commit
e7be6ba147
|
|
@ -134,7 +134,8 @@ const HeroKaltara = () => {
|
|||
<div className="flex flex-row gap-3">
|
||||
<p className="text-[#c03724] text-sm">{row?.categoryName}</p>
|
||||
<p className="text-xs flex flex-row items-center text-slate-500 dark:text-white gap-1">
|
||||
{/* {getPublicLocaleTimestamp(new Date(row?.createdAt))} */} {row?.createdAt}
|
||||
{getPublicLocaleTimestamp(new Date(row?.createdAt))}
|
||||
{/* {row?.createdAt} */}
|
||||
</p>
|
||||
</div>
|
||||
<p className="text-light text-justify" dangerouslySetInnerHTML={{ __html: row?.description }} />
|
||||
|
|
|
|||
|
|
@ -999,9 +999,9 @@ const DetailInfo = () => {
|
|||
</div>
|
||||
|
||||
{/* Konten Serupa */}
|
||||
<div className="">
|
||||
{/* <div className="">
|
||||
<NewContent group="mabes" type={"similar"} />
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue