diff --git a/.circleci/config.yml b/.circleci/config.yml index 938426d..b9c3c87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,6 +78,7 @@ workflows: branches: only: - dev + - CORE-287 # Production builds are exectuted only on tagged commits to the # master branch. diff --git a/src/App.jsx b/src/App.jsx index e322b6f..18daa04 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2,7 +2,7 @@ * Main App component */ import React, { useLayoutEffect, useEffect, useRef } from "react"; -import { Router, useLocation, Redirect } from "@reach/router"; +import { Router, useLocation } from "@reach/router"; import { disableSidebarForRoute } from "@topcoder/mfe-header"; import _ from "lodash"; import { usePreviousLocation } from "./utils/hooks"; @@ -39,33 +39,11 @@ const App = () => { {menuVisible && ReactDOM.createPortal(, document.querySelector("#menu-id"))} - - System.import("@topcoder/micro-frontends-challenges-app") - } - /> - System.import("@topcoder/micro-frontends-gigs-app")} - /> - System.import("@topcoder/micro-frontends-gigs-app")} - /> - System.import("@topcoder/micro-frontends-gigs-app")} - /> System.import("@topcoder/micro-frontends-gigs-app")} /> - ); diff --git a/src/constants/index.js b/src/constants/index.js index 72c8acf..144a28d 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -13,20 +13,5 @@ export const NAV_MENU = { }, ], }, - { - name: "Find Work", - icon: "find-work.svg", - iconActive: "find-work-green.svg", - children: [ - { - name: "Gigs", - path: "/earn/gigs", - }, - { - name: "Challenges", - path: "/earn/find/challenges", - }, - ], - }, ], }; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy