diff --git a/app/components/NavMenu/index.tsx b/app/components/NavMenu/index.tsx index c2b24884a1..3681b830b8 100644 --- a/app/components/NavMenu/index.tsx +++ b/app/components/NavMenu/index.tsx @@ -20,9 +20,7 @@ import InfoOutlined from "@mui/icons-material/InfoOutlined"; import LibraryAddOutlined from "@mui/icons-material/LibraryAddOutlined"; import MenuBookOutlined from "@mui/icons-material/MenuBookOutlined"; import ParkOutlined from "@mui/icons-material/ParkOutlined"; -import Payment from "@mui/icons-material/Payment"; import RedeemOutlined from "@mui/icons-material/RedeemOutlined"; -import SpaOutlined from "@mui/icons-material/SpaOutlined"; import { FC, ReactElement, ReactNode, useEffect, useState } from "react"; import { useSelector } from "react-redux"; import { useLocation } from "react-router"; @@ -153,14 +151,6 @@ export const NavMenu: FC = (props) => {
- } - onClick={handleHide} - > - Buy KLIMA - = (props) => { > Stake KLIMA - } - onClick={handleHide} - > - Bond Carbon -