From a70e7b99272824fb95483d50b15c2cfca8fe7908 Mon Sep 17 00:00:00 2001 From: hachiojidev <72719739+hachiojidev@users.noreply.github.com> Date: Mon, 7 Dec 2020 17:17:41 +0900 Subject: [PATCH] feat(nav): Added NFT link (#82) --- src/widgets/Nav/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/widgets/Nav/config.ts b/src/widgets/Nav/config.ts index 51e422c03..b138485e5 100644 --- a/src/widgets/Nav/config.ts +++ b/src/widgets/Nav/config.ts @@ -32,4 +32,8 @@ export default [ label: "IFO", href: "/ifo", }, + { + label: "NFT", + href: "/nft", + }, ];