learning
This commit is contained in:
@@ -31,7 +31,7 @@ const ServiceItem: FC<Props> = (props: Props) => {
|
||||
<div className='font-extralight'>{item.description} </div>
|
||||
</div>
|
||||
|
||||
<div className='mt-4'>
|
||||
<div className='mt-4 flex-1 flex items-end'>
|
||||
<Link to={Pages.services.detail + item.id}>
|
||||
<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