This commit is contained in:
Philip Cheung 2024-10-08 21:29:13 +08:00
parent 17a8003c83
commit c22bdb300d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const AboutusContent = ({ aboutus }: { aboutus: AboutusProps[] }) => {
{item.description} {item.description}
</p> */} </p> */}
<div <div
className='mt-8 [&_*]:!text-[1.0rem] [&_*]:!text-gray-600 [&_*]:!text-start' className='mt-8 [&_*]:!text-[1.0rem] [&_*]:!text-gray-600 [&_*]:!text-start [&_*]:!bg-transparent'
dangerouslySetInnerHTML={{ __html: item.description }} dangerouslySetInnerHTML={{ __html: item.description }}
/> />