quik access

This commit is contained in:
hamid zarghami
2025-03-10 09:15:24 +03:30
parent b0a4c5854b
commit c779f9fc39
2 changed files with 8 additions and 9 deletions
+7 -8
View File
@@ -45,14 +45,13 @@ const ServiceItem: FC<Props> = (props: Props) => {
}
</div>
</div>
<div className='mt-4 text-xs'>
{
props.isQuikAccess && props.businessName ?
<div className='font-extralight'>{props.businessName} </div>
:
<div className='font-extralight'>{item.title} </div>
}
</div>
{/* {
props.isQuikAccess && props.businessName &&
<div className='mt-4 text-xs'>
<div className='font-extralight'>{props.businessName} </div>
</div>
} */}
<div className='mt-4 flex-1 flex items-end'>
<Link target={props.isLinkPanel && !props.isDisabled ? '_blank' : ''} to={props.isDisabled ? '#' : props.isLinkPanel ? item.link : Pages.services.detail + item.id}>