Skip to content

Commit 353ce4b

Browse files
adding the details too
1 parent e2dd945 commit 353ce4b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/homepage/src/components/TeamMember.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import gianmarco from '../assets/images/people/gsimone.jpeg'
2525
import ace from '../assets/images/people/ace.jpg'
2626
import maria from '../assets/images/people/maria.png'
2727
import lena from '../assets/images/people/lena.png'
28+
import ioana from '../assets/images/people/ioana.jpg'
2829

2930
const people = [
3031
{
@@ -170,6 +171,12 @@ const people = [
170171
pic: lena,
171172
color: '#B567EB',
172173
team: 'Design',
174+
},
175+
{
176+
name: 'Stefania Ioana Chiorean',
177+
pic: ioana,
178+
color: '#799900',
179+
team: 'Engineering',
173180
}
174181
];
175182

0 commit comments

Comments
 (0)