Skip to content

Commit 47034b0

Browse files
committed
mintNft note added
1 parent b5a9c3f commit 47034b0

File tree

1 file changed

+3
-0
lines changed
  • projects/orakle-nft-marketplace-app-frontend/src/components

1 file changed

+3
-0
lines changed

projects/orakle-nft-marketplace-app-frontend/src/components/MintNft.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ const MintNft = ({ openModal, setModalState }: BuyInterface) => {
4747
<form method="dialog" className="modal-box">
4848
<h3 className="font-bold text-lg">Mint NFT</h3>
4949
<br />
50+
<h4 className="font-bold mt-4">
51+
<span className="text-yellow-500">⚠️</span> 테스트용 NFT라서 모든 설정값이 설정되어 있습니다. "Mint NFT" 버튼을 눌러서 민팅하세요.
52+
</h4>
5053
<div className="modal-action">
5154
<button className="btn" onClick={() => setModalState(false)}>
5255
Close

0 commit comments

Comments
 (0)