Skip to content

Commit c27c19a

Browse files
committed
add _7i7o to contributors
1 parent cdf98b2 commit c27c19a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

data/contributors.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ export const contributors: ContributorLookup = {
2121
about:
2222
'Brian has been a member of the DeveloperDAO since November 2021, and enjoys building Web3 user experiences and smart contracts. Also active with Next.js, React and Serverless.',
2323
},
24+
_7i7o: {
25+
displayName: '7i7o',
26+
moreInfoUrl: 'https://github.com/7i7o',
27+
avatarUrl: 'https://avatars.githubusercontent.com/u/84824996?v=4',
28+
about: '7i7o has been a member of the DeveloperDAO since October 2021.',
29+
},
2430
piablo: {
2531
displayName: 'piablo',
2632
},

pages/lessons/projects/6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ minting them some tokens, even if that affects your tokenomics 😉
810810
import { ContributorFooter } from '../../../components/mdx/ContributorFooter'
811811

812812
<ContributorFooter
813-
authors={['7i7o']}
813+
authors={['_7i7o']}
814814
reviewers={['piablo', 'georgemac510']}
815815
contributors={[]}
816816
/>

0 commit comments

Comments
 (0)