update src/components/Blogss/design1/index.js

master
mahdi andalib 3 years ago
parent 47ae5e6676
commit e00c3e5010
  1. 3
      src/components/Blogss/design1/index.js

@ -6,7 +6,6 @@ const BlogDesign1 = ({
commentNum,
featuredImage,
commentIcon,
commentClassname,
}) => {
return (
<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",
commentIcon: "images/light-gray-comment-icon.svg",
commentClassname: "bg-[#818181] text-white -top-2 -right-2",
};

Loading…
Cancel
Save