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 @@ -29,6 +29,7 @@ import tristan from '../assets/images/people/tristan.jpg';
29
29
import david from '../assets/images/people/david.jpg' ;
30
30
import farrell from '../assets/images/people/farrellt.jpg' ;
31
31
import mihai from '../assets/images/people/mihai.jpg' ;
32
+ import filipe from '../assets/images/people/filipe.jpg' ;
32
33
33
34
const people = [
34
35
{
@@ -199,6 +200,12 @@ const people = [
199
200
color : '#16bf97' ,
200
201
team : 'Engineering' ,
201
202
} ,
203
+ {
204
+ name : 'Filipe Lima' ,
205
+ pic : filipe ,
206
+ color : '#24be9d' ,
207
+ team : 'Marketing' ,
208
+ } ,
202
209
] ;
203
210
204
211
const Peep = styled . img `
Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ export default () => (
240
240
< TeamMember name = "david" />
241
241
< TeamMember name = "farrell" />
242
242
< TeamMember name = "mihai" />
243
+ < TeamMember name = "filipe" />
243
244
244
245
< Link
245
246
to = { `/jobs` }
You can’t perform that action at this time.
0 commit comments