Skip to content

Commit 8ea0cf6

Browse files
committed
Merge branch 'develop'
2 parents d8643e8 + 8a9a447 commit 8ea0cf6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
1.55 MB
Loading

src/pages/About/organizingTeam.tsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,23 @@ const OrganizingTeam = () => {
6161
),
6262
imageFileName: "이준원.jpeg",
6363
},
64-
{ name: "노하은" },
64+
{
65+
name: "노하은",
66+
comment: (
67+
<>
68+
프로그래밍과 오픈소스를 사랑하는 기획자입니다.
69+
<br />
70+
<a
71+
href="https://www.linkedin.com/in/bluepicture08"
72+
target="_blank"
73+
rel="noreferrer"
74+
>
75+
https://www.linkedin.com/in/bluepicture08
76+
</a>
77+
</>
78+
),
79+
imageFileName: "노하은.jpeg",
80+
},
6581
{ name: "이해용", comment: "파이썬을 좋아하는 개발자입니다." },
6682
{
6783
name: "김수빈",

0 commit comments

Comments
 (0)