fixed the specified bugs
This commit is contained in:
@@ -10,7 +10,7 @@ function Blog({ blogItem, imgUrl }) {
|
||||
return (
|
||||
<>
|
||||
<div className="single-post-area">
|
||||
<div className="post-thumb">
|
||||
<div className="post-thumb" style={{marginTop : "0"}}>
|
||||
<img src={blogImg} alt="" />
|
||||
</div>
|
||||
<h4 className="article-title">{blogItem?.post_title}</h4>
|
||||
|
||||
Reference in New Issue
Block a user