File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Section from './Section'
4
4
5
5
const MemberList = styled . ul `
6
6
display: flex;
7
+ flex-wrap: wrap;
7
8
padding: 0;
8
9
list-style: none;
9
10
justify-content: center;
@@ -33,7 +34,7 @@ const MemberListSection = () => (
33
34
< MemberList >
34
35
< li >
35
36
< img alt = 'profile image' src = 'https://avatars.githubusercontent.com/u/8602615?s=120& v = 4 ' />
36
- < h3 > Kazumasa Yokomizo</ h3 >
37
+ < h3 > Kazz Yokomizo</ h3 >
37
38
< p >
38
39
< a target = '_blank' href = 'https://github.com/kazup01' > < i className = 'fab fa-github' /> </ a >
39
40
< a target = '_blank' href = 'https://twitter.com/kazup_bot' > < i className = 'fab fa-twitter' /> </ a >
@@ -63,6 +64,20 @@ const MemberListSection = () => (
63
64
< a href = 'https://github.com/sosukesuzuki' > < i className = 'fab fa-github' /> </ a >
64
65
</ p >
65
66
</ li >
67
+ < li >
68
+ < img alt = 'profile image' src = 'https://avatars2.githubusercontent.com/u/14539280?s=120& v = 4 ' />
69
+ < h3 > Seung Kwak</ h3 >
70
+ < p >
71
+ < a href = 'https://github.com/GUIEEN' > < i className = 'fab fa-github' /> </ a >
72
+ </ p >
73
+ </ li >
74
+ < li >
75
+ < img alt = 'profile image' src = 'https://avatars3.githubusercontent.com/u/1094660?s=120& v = 4 ' />
76
+ < h3 > Shuhei Hiya</ h3 >
77
+ < p >
78
+ < a href = 'https://github.com/syuhei176' > < i className = 'fab fa-github' /> </ a >
79
+ </ p >
80
+ </ li >
66
81
</ MemberList >
67
82
</ Section >
68
83
)
You can’t perform that action at this time.
0 commit comments