title service
This commit is contained in:
@@ -45,12 +45,12 @@ const ServiceItem: FC<Props> = (props: Props) => {
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
{/* {
|
||||
props.isQuikAccess && props.businessName &&
|
||||
{
|
||||
!props.isLinkPanel &&
|
||||
<div className='mt-4 text-xs'>
|
||||
<div className='font-extralight'>{props.businessName} </div>
|
||||
<div className='font-extralight'>{item.title} </div>
|
||||
</div>
|
||||
} */}
|
||||
}
|
||||
|
||||
|
||||
<div className='mt-4 flex-1 flex items-end'>
|
||||
|
||||
Reference in New Issue
Block a user