Skip to content

Commit cdf98b2

Browse files
committed
add support for header and contributors components
1 parent a5c07fc commit cdf98b2

File tree

1 file changed

+13
-1
lines changed
  • pages/lessons/projects

1 file changed

+13
-1
lines changed

pages/lessons/projects/6.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ icons:
1414
]
1515
---
1616

17-
# Create your own Tokens using Foundry
17+
import { LessonHeader } from '../../../components/mdx/LessonHeader'
18+
19+
<LessonHeader
20+
title="Create your own Tokens using Foundry"
21+
/>
1822

1923
## What are we creating?
2024

@@ -802,3 +806,11 @@ be live and kicking.
802806
Now that we have built our house and it's has been accepted in the real estate
803807
register, we can invite our friends by transferring them some MTK, or **even**
804808
minting them some tokens, even if that affects your tokenomics 😉
809+
810+
import { ContributorFooter } from '../../../components/mdx/ContributorFooter'
811+
812+
<ContributorFooter
813+
authors={['7i7o']}
814+
reviewers={['piablo', 'georgemac510']}
815+
contributors={[]}
816+
/>

0 commit comments

Comments
 (0)