support plan
This commit is contained in:
@@ -54,7 +54,7 @@ const ServiceItem: FC<Props> = (props: Props) => {
|
||||
|
||||
|
||||
<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}>
|
||||
<Link target={props.isLinkPanel && !props.isDisabled ? '_blank' : ''} to={props.isDisabled ? '#' : props.isLinkPanel ? item.link : Pages.services.detail + item.slug}>
|
||||
<Button
|
||||
className='h-8 w-fit px-5 text-xs text-black bg-description bg-opacity-20 rounded-xl'
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user