master
mahdi 3 years ago
parent 073776f7f6
commit 818345078c
  1. 8
      src/assets/images/article-featured-image.svg
  2. 5
      src/components/Blogs/design6/BlogDesign6.js

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 166 KiB

@ -4,6 +4,7 @@ import blogImage from "../../../assets/images/blog-featured-image.jpg";
import blogAuthorImg from "../../../assets/images/blog-author.png";
import commentIcon from "../../../assets/icons/black-comment-icon.svg";
import FeaturedImage from "../../../assets/images/article-featured-image.svg";
const BlogDesign6 = ({ blogExcerpt, blogAuthor, blogComments }) => {
return (
@ -24,9 +25,9 @@ const BlogDesign6 = ({ blogExcerpt, blogAuthor, blogComments }) => {
</div>
{/* blog UI Design6 */}
<div className="">
<img src={blogImage} alt="" className="w-full" />
<img src={FeaturedImage} alt="" className="w-full" />
<div className="py-2">
<h2 className="text-base text-justify text-grayTextColor">
<h2 className="text-base text-justify text-grayTextColor mt-2">
آیا مواد غذای پر فیبر و مفید هستند؟
</h2>
{blogExcerpt && (

Loading…
Cancel
Save