Skip to content

Commit ced9cc0

Browse files
authored
fix: svg nft challenge description (#203)
1 parent 5f01d6e commit ced9cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-app/src/data/challenges.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ export const challengeInfo = {
103103
"nft-cohort": {
104104
id: 7,
105105
branchName: "challenge-5-svg-nft-cohort",
106-
label: "🎁 SVG NFT 🎫 Building Cohort Challenge",
106+
label: "🎁 SVG NFT 🎫 Challenge",
107107
disabled: false,
108108
description:
109-
"🧙 Tinker around with cutting edge smart contracts that render SVGs in Solidity. 🧫 We quickly discovered that the render function needs to be public... 🤔 This allows NFTs that own other NFTs to render their stash. Just wait until you see an Optimistic Loogie and a Fancy Loogie swimming around in the same Loogie Tank!",
109+
"🎨 Create a dynamic SVG NFT using a smart contract. Your contract will generate on-chain SVG images and allow users to mint their unique NFTs. ✨ Customize your SVG graphics and metadata directly within the smart contract. 🚀 Share the minting URL once your project is live!",
110110
previewImage: "assets/challenges/dynamicSvgNFT.svg",
111111
// Challenge locked until the builder completed these challenges
112112
dependencies: ["simple-nft-example", "decentralized-staking", "token-vendor", "dice-game"],

0 commit comments

Comments
 (0)