Blog fixed #44

Merged
tokslaw merged 1 commits from myFit--BlogDetails into master 2023-01-20 19:05:55 +00:00
2 changed files with 6 additions and 15 deletions
-2
View File
@@ -12,8 +12,6 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com"
# Social Media Links
REACT_APP_FACEBOOK="https://www.facebook.com/profile.php?id=100066498622246"
REACT_APP_TWITTER="https://twitter.com/fluxtra"
REACT_APP_INSTAGRAM=""
REACT_APP_PINTEREST=""
REACT_APP_AUX_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfit"
+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">