quik access
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user