fixed a stubborn span

This commit is contained in:
Chukwumdiebube
2023-01-20 17:26:37 +01:00
parent e866662f4d
commit fda5297756
2 changed files with 7 additions and 5 deletions
+2 -3
View File
@@ -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>