Skip to content

Commit 10964da

Browse files
committed
Mention ContributorFooter in README
1 parent ad71d6e commit 10964da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ You can add a contributor as an author, reviewer of contributor. Author(s) wrote
192192
the content, Reviewer(s) edited the content, and Contributor(s) later made
193193
updates or fixed issues.
194194

195+
```jsx
196+
import { ContributorFooter } from '../../../components/mdx/ContributorFooter'
197+
```
198+
195199
```jsx
196200
<ContributorFooter
197201
authors={['brianfive']}

pages/lessons/projects/4.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ icons: ['solidity', 'hardhat', 'openzeppelin']
66
---
77

88
import { LessonHeader } from '../../../components/mdx/LessonHeader'
9-
import { ContributorFooter } from '../../../components/mdx/ContributorFooter'
109

1110
<LessonHeader
1211
title="Lesson 4: Testing your TierNFT"
@@ -893,6 +892,8 @@ With TDD:
893892
Go forth, test, and prosper knowing you have confidence in the code you're
894893
deploying into the world.
895894

895+
import { ContributorFooter } from '../../../components/mdx/ContributorFooter'
896+
896897
<ContributorFooter
897898
authors={['brianfive']}
898899
reviewers={['piablo', 'georgemac510']}

0 commit comments

Comments
 (0)