Skip to content

Commit

Permalink
🎨 change to using protocol pages constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Oct 5, 2023
1 parent 92cbff6 commit 5d45445
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Connector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import ConnectionDetails from "./ConnectionDetails";
import ConnectorDesktop from "./ConnectorDesktop";
import ConnectorMobile from "./ConnectorMobile";
import WalletSelectPopup from "./WalletSelectPopup";

const PROTOCOL_PAGES = ["pools", "pool", "actions", "mero", "claim", "stake"];
import { PROTOCOL_PAGES } from "../lib/constants";

const Connector = (): JSX.Element => {
const { active, activate } = useWeb3React();
Expand Down

0 comments on commit 5d45445

Please sign in to comment.