From 23839832e14cf77af05423ee5c2721aed2bc2de5 Mon Sep 17 00:00:00 2001 From: Rahul Yadav Date: Sat, 4 Nov 2023 08:53:47 +0530 Subject: [PATCH] Remove nft template --- src/components/project/NewProject/NewProject.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/project/NewProject/NewProject.tsx b/src/components/project/NewProject/NewProject.tsx index b5bfa87..6096433 100644 --- a/src/components/project/NewProject/NewProject.tsx +++ b/src/components/project/NewProject/NewProject.tsx @@ -30,9 +30,9 @@ const NewProject: FC = () => { ]; const templatedList = [ - // { label: 'Blank Contract', value: 'tonBlank' }, + { label: 'Blank Contract', value: 'tonBlank' }, { label: 'Counter Contract', value: 'tonCounter' }, - { label: 'NFT Contract', value: 'nft', lang: 'tact' }, + // { label: 'NFT Contract', value: 'nft', lang: 'tact' }, { label: 'Import Contract', value: 'import' },