We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dd945 commit 353ce4bCopy full SHA for 353ce4b
packages/homepage/src/components/TeamMember.js
@@ -25,6 +25,7 @@ import gianmarco from '../assets/images/people/gsimone.jpeg'
25
import ace from '../assets/images/people/ace.jpg'
26
import maria from '../assets/images/people/maria.png'
27
import lena from '../assets/images/people/lena.png'
28
+import ioana from '../assets/images/people/ioana.jpg'
29
30
const people = [
31
{
@@ -170,6 +171,12 @@ const people = [
170
171
pic: lena,
172
color: '#B567EB',
173
team: 'Design',
174
+ },
175
+ {
176
+ name: 'Stefania Ioana Chiorean',
177
+ pic: ioana,
178
+ color: '#799900',
179
+ team: 'Engineering',
180
}
181
];
182
0 commit comments