Skip to content

Commit

Permalink
mintNft note added
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed May 31, 2024
1 parent b5a9c3f commit 47034b0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ const MintNft = ({ openModal, setModalState }: BuyInterface) => {
<form method="dialog" className="modal-box">
<h3 className="font-bold text-lg">Mint NFT</h3>
<br />
<h4 className="font-bold mt-4">
<span className="text-yellow-500">⚠️</span> 테스트용 NFT라서 모든 설정값이 설정되어 있습니다. "Mint NFT" 버튼을 눌러서 민팅하세요.
</h4>
<div className="modal-action">
<button className="btn" onClick={() => setModalState(false)}>
Close
Expand Down

0 comments on commit 47034b0

Please sign in to comment.