|
|
@ -6,7 +6,6 @@ const BlogDesign1 = ({ |
|
|
|
commentNum, |
|
|
|
commentNum, |
|
|
|
featuredImage, |
|
|
|
featuredImage, |
|
|
|
commentIcon, |
|
|
|
commentIcon, |
|
|
|
commentClassname, |
|
|
|
|
|
|
|
}) => { |
|
|
|
}) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="w-fit flex items-strech justify-around p-4 bg-white"> |
|
|
|
<div className="w-fit flex items-strech justify-around p-4 bg-white"> |
|
|
@ -66,6 +65,4 @@ BlogDesign1.defaultProps = { |
|
|
|
|
|
|
|
|
|
|
|
featuredImage: "images/blog-featured-image.jpg", |
|
|
|
featuredImage: "images/blog-featured-image.jpg", |
|
|
|
commentIcon: "images/light-gray-comment-icon.svg", |
|
|
|
commentIcon: "images/light-gray-comment-icon.svg", |
|
|
|
|
|
|
|
|
|
|
|
commentClassname: "bg-[#818181] text-white -top-2 -right-2", |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|