remove title
This commit is contained in:
@@ -53,9 +53,9 @@ const HeaderBuy: FC<Props> = ({ data, planId }) => {
|
||||
<div>
|
||||
{data?.name}
|
||||
</div>
|
||||
<div className='text-xs xl:mt-3 mt-1.5 text-[#4E505A]'>
|
||||
{/* <div className='text-xs xl:mt-3 mt-1.5 text-[#4E505A]'>
|
||||
{data?.title}
|
||||
</div>
|
||||
</div> */}
|
||||
<p className='text-description mt-1 text-[11px]'>
|
||||
{data?.description}
|
||||
</p>
|
||||
|
||||
@@ -45,9 +45,7 @@ const ServiceHeader: FC<Props> = (props: Props) => {
|
||||
<div>
|
||||
{data?.name}
|
||||
</div>
|
||||
<div className='text-xs xl:mt-3 mt-1.5 text-[#4E505A]'>
|
||||
{data?.title}
|
||||
</div>
|
||||
|
||||
<p className='text-description mt-1 text-[11px]'>
|
||||
{data?.description}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user