mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
split fix multi child in Link
This commit is contained in:
@@ -13,6 +13,8 @@ const CardBlog = ({ imageSrc, title, description, link }: BlogCardProps) => {
|
||||
<div className={s.image}>
|
||||
<img src={imageSrc} alt="image cardblog" />
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={link}>
|
||||
<div className={s.title}>{title}</div>
|
||||
</Link>
|
||||
<div className={s.description}>{description}</div>
|
||||
|
Reference in New Issue
Block a user