Skip to content

Commit

Permalink
Hide NFTs page by default (#2244)
Browse files Browse the repository at this point in the history
* hdie nfts page by default

* Update packages/storage-ui/src/Components/Layouts/AppNav.tsx

Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>

Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
  • Loading branch information
FSM1 and Tbaut committed Aug 12, 2022
1 parent bad9a03 commit 3a13489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/storage-ui/src/Components/Layouts/AppNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {
PowerDownIcon,
useLocation,
KeySvg,
CreditCardOutlinedSvg,
FileWithImageSvg
CreditCardOutlinedSvg
// FileWithImageSvg
} from "@chainsafe/common-components"
import { ROUTE_LINKS } from "../StorageRoutes"
import { Trans } from "@lingui/macro"
Expand Down Expand Up @@ -344,7 +344,7 @@ const AppNav: React.FC<IAppNav> = ({ navOpen, setNavOpen }: IAppNav) => {
<Trans>CIDs</Trans>
</Typography>
</Link>
<Link
{/* <Link
data-cy="nfts-nav"
onClick={handleOnClick}
className={clsx(classes.navItem, classes.navItemIconStroke, appNavTab === "nfts" && "selected")}
Expand All @@ -356,7 +356,7 @@ const AppNav: React.FC<IAppNav> = ({ navOpen, setNavOpen }: IAppNav) => {
>
<Trans>NFTs</Trans>
</Typography>
</Link>
</Link> */}
<Link
data-cy="api-keys-nav"
onClick={handleOnClick}
Expand Down

0 comments on commit 3a13489

Please sign in to comment.