Update Vending Minter tab name & description

This commit is contained in:
Serkan Reis 2023-01-05 14:38:01 +03:00
parent c7b26d133d
commit 0def7e0aad

View File

@ -935,9 +935,9 @@ const CollectionCreationPage: NextPage = () => {
}} }}
type="button" type="button"
> >
<h4 className="font-bold">Vending Machine Collection</h4> <h4 className="font-bold">Standard Collection</h4>
<span className="text-sm text-white/80 line-clamp-2"> <span className="text-sm text-white/80 line-clamp-2">
Vending Minter contract facilitates primary market vending machine style minting A non-appendable collection that facilitates primary market vending machine style minting
</span> </span>
</button> </button>
</div> </div>
@ -959,7 +959,7 @@ const CollectionCreationPage: NextPage = () => {
> >
<h4 className="font-bold">1/1 Collection</h4> <h4 className="font-bold">1/1 Collection</h4>
<span className="text-sm text-white/80 line-clamp-2"> <span className="text-sm text-white/80 line-clamp-2">
An appendable collection that allows for direct secondary market listing of tokens An appendable collection that only allows for direct secondary market listing of tokens
</span> </span>
</button> </button>
</div> </div>