diff --git a/src/components/Blogss/design1/index.js b/src/components/Blogss/design1/index.js index 220f667..83be1e5 100644 --- a/src/components/Blogss/design1/index.js +++ b/src/components/Blogss/design1/index.js @@ -1,12 +1,13 @@ +import React from "react"; import CommentIcon from "../../MiniComponents/CommentIcon"; -import RelativeCircle from "../../MiniComponents/RelativeCircle"; const BlogDesign1 = ({ blogTitle, blogExcerpt, + featuredImage, blogAuthor, + blogAuthorImg, blogComments, - featuredImage, }) => { return (
@@ -27,17 +28,13 @@ const BlogDesign1 = ({
{blogAuthor && (
- author -

- {blogAuthor} -

+ author +

{blogAuthor}

)} {blogComments && (
-

- {blogComments} -

+

{blogComments}