From c497556866d6aca5635166b9472cc056acd51cd0 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Date: Fri, 20 Jan 2023 19:22:22 +0100 Subject: [PATCH] removed links --- .env | 2 -- src/component/Blog/BlogSingle/Main.js | 19 ++++++------------- 2 files changed, 6 insertions(+), 15 deletions(-) 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 */}
    -- 2.34.1