Services page structure
This commit is contained in:
@@ -5,7 +5,7 @@ import ImgSprint from '../images/wow-we-did-design-sprint-remotely.png'
|
||||
|
||||
const Card = ({ ...props }) => (
|
||||
<article className="h-full w-full rounded overflow-hidden shadow-md hover:shadow-lg">
|
||||
<Link to={props.url}>
|
||||
<Link to={props.url}>
|
||||
{props.image ? (
|
||||
<img className="w-full" src={props.image.src} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user