Browse Source

Add edition guard link (#100)

* Add edition guard link

* NFT to Asset
MarkSackerberg 1 year ago
parent
commit
9dc7f606a1

+ 1 - 0
src/components/products/coreCandyMachine/index.js

@@ -82,6 +82,7 @@ export const coreCandyMachine = {
             { title: 'Allow List', href: '/core-candy-machine/guards/allow-list' },
             { title: 'Allow List', href: '/core-candy-machine/guards/allow-list' },
             { title: 'Bot Tax', href: '/core-candy-machine/guards/bot-tax' },
             { title: 'Bot Tax', href: '/core-candy-machine/guards/bot-tax' },
             { title: 'End Date', href: '/core-candy-machine/guards/end-date' },
             { title: 'End Date', href: '/core-candy-machine/guards/end-date' },
+            { title: 'Edition', href: '/core-candy-machine/guards/edition' },
             {
             {
               title: 'Freeze Sol Payment',
               title: 'Freeze Sol Payment',
               href: '/core-candy-machine/guards/freeze-sol-payment',
               href: '/core-candy-machine/guards/freeze-sol-payment',

+ 1 - 1
src/pages/core-candy-machine/guards/edition.md

@@ -54,7 +54,7 @@ Edition Counter PDA {% .whitespace-nowrap %}
 {% /node %}
 {% /node %}
 
 
 {% node #nft parent="mint-candy-machine" y="120" x="65" theme="blue" %}
 {% node #nft parent="mint-candy-machine" y="120" x="65" theme="blue" %}
-  NFT
+  Asset
 {% /node %}
 {% /node %}
 {% edge from="mint-candy-machine" to="nft" path="straight" /%}
 {% edge from="mint-candy-machine" to="nft" path="straight" /%}