Skip to content

Commit

Permalink
chore[php]: add 'transfer' button after minting collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Montspy authored and sk33z3r committed Jun 23, 2022
1 parent a50b4e9 commit aa80fdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php/collection/mint.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
$code = "Error: ${code} (see output below)";
$type = "error";
}

if (file_exists($progress_file)) {
unlink($progress_file);
} ?>
Expand All @@ -172,6 +172,7 @@
</pre>
<div class="nav">
<a href="/collection/mint?collection=<?php echo $lower; ?>">MINT AGAIN</a>
<a href="/collection/transfer?collection=<?php echo $lower; ?>">TRANSFER</a>
<a href="/home">MAIN MENU</a>
</div>
<?php }
Expand Down

0 comments on commit aa80fdf

Please sign in to comment.