Skip to content

Commit

Permalink
fix: svg nft challenge description
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Jun 5, 2024
1 parent 5f01d6e commit 766d2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-app/src/data/challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ export const challengeInfo = {
"nft-cohort": {
id: 7,
branchName: "challenge-5-svg-nft-cohort",
label: "🎁 SVG NFT 🎫 Building Cohort Challenge",
label: "🎁 SVG NFT 🎫 Challenge",
disabled: false,
description:
"πŸ§™ 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!",
"🎨 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!",
previewImage: "assets/challenges/dynamicSvgNFT.svg",
// Challenge locked until the builder completed these challenges
dependencies: ["simple-nft-example", "decentralized-staking", "token-vendor", "dice-game"],
Expand Down

0 comments on commit 766d2ea

Please sign in to comment.