File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ yarn-error.log*
3939/playwright /.cache /
4040
4141# IDE
42- .idea
42+ .idea
43+ next-env.d.ts
Original file line number Diff line number Diff line change @@ -25,41 +25,40 @@ export const formerOrgas: Array<Orga> = [
2525 name : 'Maxence Dalmais' ,
2626 avatarUrl : '/orgas/maxence.jpeg' ,
2727 social : {
28- linkedin : 'maxencedalmais'
28+ linkedin : 'maxencedalmais' ,
2929 } ,
3030 } ,
3131 {
3232 name : 'Mickael Daniel' ,
3333 avatarUrl : '/orgas/mickaelD.jpeg' ,
3434 social : {
35- linkedin : 'mickaeldaniel'
35+ linkedin : 'mickaeldaniel' ,
3636 } ,
3737 } ,
3838 {
3939 name : 'Matthieu Lux' ,
4040 avatarUrl : '/orgas/matthieu.jpeg' ,
4141 social : {
4242 linkedin : 'swiip' ,
43- twitter : 'Swiip'
43+ twitter : 'Swiip' ,
4444 } ,
4545 } ,
4646 {
4747 name : 'Nicolas Morel' ,
4848 avatarUrl : '/orgas/nicolas.jpeg' ,
4949 social : {
50- linkedin : 'nicolas-m-5b384a173'
50+ linkedin : 'nicolas-m-5b384a173' ,
5151 } ,
5252 } ,
5353 {
5454 name : 'Florian Traverse' ,
5555 avatarUrl : '/orgas/florian.jpeg' ,
5656 social : {
5757 linkedin : 'floriantraverse' ,
58- }
59- }
58+ } ,
59+ } ,
6060] ;
6161
62-
6362export const orgas : Array < Orga > = [
6463 {
6564 name : 'Mathieu Mure' ,
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ import { ListOfPeople } from '../person/ListOfPeople';
44
55export const Orgas : React . FC = ( ) => < ListOfPeople people = { orgas } /> ;
66
7- export const FormerOrgas : React . FC = ( ) => < ListOfPeople people = { formerOrgas } /> ;
7+ export const FormerOrgas : React . FC = ( ) => < ListOfPeople people = { formerOrgas } /> ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments