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' },