We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe38ad4 commit 8239d04Copy full SHA for 8239d04
src/components/Team.js
@@ -7,6 +7,7 @@ import aarav from '../images/team/aaravbajaj.jpg'
7
import alexis from '../images/team/alexisduong.jpg'
8
import jackson from '../images/team/jacksonchen.jpg'
9
import katie from '../images/team/katieguo.jpg'
10
+import yichuan from '../images/team/yichuanluo.jpg'
11
12
const Team = () => {
13
return (
@@ -34,6 +35,8 @@ const Team = () => {
34
35
data-src={jackson} alt="Jackson Chen" width="10%" /></a>
36
<a href="https://www.linkedin.com/in/kt-g/"><img src={katie}
37
data-src={katie} alt="Katie Guo" width="10%" /></a>
38
+ <a href="https://www.linkedin.com/in/yichuanl/"><img src={yichuan}
39
+ data-src={yichuan} alt="Yichuan Luo" width="10%" /></a>
40
</div>
41
42
src/images/team/yichuanluo.jpg
594 KB
0 commit comments