remove title

This commit is contained in:
hamid zarghami
2025-03-10 10:20:33 +03:30
parent 9bd611971d
commit 93d5e43923
3 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -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>