fixed a stubborn span
This commit is contained in:
@@ -101,9 +101,8 @@ const Main = ({ brdcum }) => {
|
||||
<section className="blog_detail_section">
|
||||
<div className="container">
|
||||
<div className="blog_inner_pannel">
|
||||
<div className="review">
|
||||
<span>{new Date(data && data.post_modified).toDateString()}</span>
|
||||
</div>
|
||||
<span className="blog_date">{new Date(data && data.post_modified).toDateString()}</span>
|
||||
|
||||
<div className="section_title">
|
||||
<h2>{data && data.post_title}</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user