Skip to content

Commit

Permalink
Remove nft template
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 authored Nov 4, 2023
1 parent ad0110e commit 2383983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/project/NewProject/NewProject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },

Expand Down

0 comments on commit 2383983

Please sign in to comment.