Skip to content

Commit

Permalink
Merge pull request #252 from Developer-DAO/staging
Browse files Browse the repository at this point in the history
fix: claim modal typos and author avatar
  • Loading branch information
wolovim authored Jun 9, 2024
2 parents feff7a1 + b08d9ac commit d5ef8ba
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 37 deletions.
23 changes: 0 additions & 23 deletions apps/academy/src/components/LessonLayoutLite.tsx

This file was deleted.

4 changes: 2 additions & 2 deletions apps/academy/src/pages/tracks/arweave-101/1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ Arweave’s bundled transactions allow you to move actions to L2 if you need mor
},
{
message:
"To claim your XP tokens with AR.IO, share your success on Twitter, take a screenshot of this page and enter these alongwith your secret code on Zealy.",
"To claim your XP tokens with AR.IO: share your success on Twitter, take a screenshot of this page, and submit these along with your secret code on Zealy.",
},
{
message: "Secrect CODE - HOLZBV",
message: "Secret code: HOLZBV",
},
]}
/>
Expand Down
4 changes: 2 additions & 2 deletions apps/academy/src/pages/tracks/arweave-101/2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@ Gateway nodes' indexing and caching features make accessing data on Arweave stra
},
{
message:
"To claim your XP tokens with AR.IO, share your success on Twitter, take a screenshot of this page and enter these alongwith your secret code on Zealy.",
"To claim your XP tokens with AR.IO: share your success on Twitter, take a screenshot of this page, and submit these along with your secret code on Zealy.",
},
{
message: "Secrect CODE - CSSYVH",
message: "Secret code: CSSYVH",
},
]}
/>
Expand Down
4 changes: 2 additions & 2 deletions apps/academy/src/pages/tracks/arweave-101/3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,10 @@ You also created your first wallet address and learned about the available Arwea
},
{
message:
"To claim your XP tokens with AR.IO, share your success on Twitter, take a screenshot of this page and enter these alongwith your secret code on Zealy.",
"To claim your XP tokens with AR.IO: share your success on Twitter, take a screenshot of this page, and submit these along with your secret code on Zealy.",
},
{
message: "Secrect CODE - DZBGSD",
message: "Secret code: DZBGSD",
},
]}
/>
Expand Down
16 changes: 8 additions & 8 deletions apps/academy/src/pages/tracks/nft-solidity/5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ icons: ["rainbowkit", "wagmi", "viem"]
author: ["ropats16", "brianfive"]
---

import LessonLayoutLite from "../../../components/LessonLayoutLite";
import LessonLayout from "@/components/LessonLayout";
import LessonQuestionsModal from "../../../components/mdx/LessonQuestionsModal";
import LessonInformationalModal from "../../../components/mdx/LessonInformationalModal";
import Question from "../../../components/mdx/Question";
import Callout from "../../../components/mdx/Callout";
import QuizStatusChecker from "../../../components/mdx/QuizStatusChecker";
import CreatedBy from "@/components/CreatedBy";

<LessonLayoutLite
<LessonLayout
lessonTitle="Connect your Smart Contract to a Front End Application."
lessonImage="/meta-images/build-a-tiered-nft.png"
lessonDescription="Learn to seamlessly integrate your smart contracts with a user friendly front-end interface, utilising web3 libraries. With engaging quizzes along the way."
author="ropats16"
authorImage="/authors/ropats16.jpg"
author="brianfive, ropats16"
authorImage="/authors/brianfive.jpg"
authorPosition="D_D Academy"
authorTwitter="ropats16"
createdDate="September 22, 2022"
authorTwitter="brianfive"
createdDate="May 28, 2024"
>

## About this lesson

Congratulations on making it to this final tutorial in a series on smart contract
Expand Down Expand Up @@ -1199,5 +1200,4 @@ creating a full stack decentralised NFT Minting Application.

**Stay tuned for more!**

</LessonLayoutLite>
```
</LessonLayout>

0 comments on commit d5ef8ba

Please sign in to comment.