File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ export const contributors: ContributorLookup = {
34
34
wolovim : {
35
35
displayName : 'wolovim' ,
36
36
} ,
37
- tito : {
38
- displayName : 'tito' ,
37
+ _7i7o : {
38
+ displayName : '7i7o' ,
39
+ moreInfoUrl : 'https://github.com/7i7o' ,
40
+ avatarUrl : 'https://avatars.githubusercontent.com/u/84824996?v=4' ,
41
+ about : '7i7o has been a member of the DeveloperDAO since October 2021.' ,
39
42
} ,
40
43
mveve : {
41
44
displayName : 'mveve' ,
Original file line number Diff line number Diff line change @@ -791,7 +791,7 @@ lesson. See you soon!
791
791
import { ContributorFooter } from ' ../../../components/mdx/ContributorFooter'
792
792
793
793
<ContributorFooter
794
- authors = { [' tito ' ]}
795
- reviewers = { [' piablo ' , ' georgemac510' , ' wolovim' ]}
794
+ authors = { [' _7i7o ' , ' piablo ' ]}
795
+ reviewers = { [' georgemac510' , ' wolovim' ]}
796
796
contributors = { [' mveve' ]}
797
797
/>
You can’t perform that action at this time.
0 commit comments