diff --git a/.env b/.env index 6e4162a..56afd7f 100644 --- a/.env +++ b/.env @@ -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" diff --git a/src/component/Blog/BlogSingle/Main.js b/src/component/Blog/BlogSingle/Main.js index 685f3bf..0d1503f 100644 --- a/src/component/Blog/BlogSingle/Main.js +++ b/src/component/Blog/BlogSingle/Main.js @@ -97,8 +97,10 @@ const Main = ({ brdcum }) => {
- {new Date(data && data.post_modified).toDateString()} - + + {new Date(data && data.post_modified).toDateString()} + +

{data && data.post_title}

@@ -135,16 +137,6 @@ const Main = ({ brdcum }) => { -
  • - - - -
  • -
  • - - - -
  • @@ -167,7 +159,8 @@ const Main = ({ brdcum }) => { data-aos-delay="100">

    Read latest story -


    + +
    {/* Body */}