File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import joji from '../assets/images/people/joji.png';
2828import tristan from '../assets/images/people/tristan.jpg' ;
2929import david from '../assets/images/people/david.jpg' ;
3030import farrell from '../assets/images/people/farrellt.jpg' ;
31+ import mihai from '../assets/images/people/mihai.jpg' ;
3132
3233const people = [
3334 {
@@ -192,6 +193,12 @@ const people = [
192193 color : '#2986CC' ,
193194 team : 'Operations' ,
194195 } ,
196+ {
197+ name : 'Mihai Popa' ,
198+ pic : mihai ,
199+ color : '#16bf97' ,
200+ team : 'Engineering' ,
201+ } ,
195202] ;
196203
197204const Peep = styled . img `
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ export default () => (
239239 < TeamMember name = "tristan" />
240240 < TeamMember name = "david" />
241241 < TeamMember name = "farrell" />
242+ < TeamMember name = "mihai" />
242243
243244 < Link
244245 to = { `/jobs` }
You can’t perform that action at this time.
0 commit comments