removed links

This commit was merged in pull request #44.
This commit is contained in:
Chukwumdiebube
2023-01-20 19:22:22 +01:00
parent 3ea82b41cf
commit c497556866
2 changed files with 6 additions and 15 deletions
+6 -13
View File
@@ -97,8 +97,10 @@ const Main = ({ brdcum }) => {
<section className="blog_detail_section">
<div className="container">
<div className="blog_inner_pannel">
<span className="blog_date">{new Date(data && data.post_modified).toDateString()}</span>
<span className="blog_date">
{new Date(data && data.post_modified).toDateString()}
</span>
<div className="section_title">
<h2>{data && data.post_title}</h2>
</div>
@@ -135,16 +137,6 @@ const Main = ({ brdcum }) => {
<i className="icofont-twitter"></i>
</a>
</li>
<li>
<a href={process.env.REACT_APP_INSTAGRAM}>
<i className="icofont-instagram"></i>
</a>
</li>
<li>
<a href={process.env.REACT_APP_PINTEREST}>
<i className="icofont-pinterest"></i>
</a>
</li>
</ul>
</div>
</div>
@@ -167,7 +159,8 @@ const Main = ({ brdcum }) => {
data-aos-delay="100">
<h2>
Read latest <span>story</span>
</h2><br />
</h2>
<br />
</div>
{/* Body */}
<div className="row">