Преглед на файлове

Add edition guard link (#100)

* Add edition guard link

* NFT to Asset
MarkSackerberg преди 1 година
родител
ревизия
9dc7f606a1
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      src/components/products/coreCandyMachine/index.js
  2. 1 1
      src/pages/core-candy-machine/guards/edition.md

+ 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: 'Bot Tax', href: '/core-candy-machine/guards/bot-tax' },
             { title: 'End Date', href: '/core-candy-machine/guards/end-date' },
+            { title: 'Edition', href: '/core-candy-machine/guards/edition' },
             {
               title: '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 #nft parent="mint-candy-machine" y="120" x="65" theme="blue" %}
-  NFT
+  Asset
 {% /node %}
 {% edge from="mint-candy-machine" to="nft" path="straight" /%}