Fix information on team page
This commit is contained in:
parent
9ce8bd49ed
commit
ecd6f93dcb
@ -44,19 +44,19 @@ export class TeamComponent implements OnInit {
|
|||||||
name: 'Yannick von Hofen',
|
name: 'Yannick von Hofen',
|
||||||
position: 'Management',
|
position: 'Management',
|
||||||
course: 'Transport und Logistik (MTL)',
|
course: 'Transport und Logistik (MTL)',
|
||||||
semester: 3
|
semester: 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Thomas Schapper',
|
name: 'Thomas Schapper',
|
||||||
position: 'Management',
|
position: 'Management',
|
||||||
course: 'Transport und Logistik (MTL)',
|
course: 'Transport und Logistik (MTL)',
|
||||||
semester: 3
|
semester: 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Nicolas Karon',
|
name: 'Nicolas Karon',
|
||||||
position: 'Management',
|
position: 'Management',
|
||||||
course: 'Transport und Logistik (MTL)',
|
course: 'Transport und Logistik (MTL)',
|
||||||
semester: 3
|
semester: 2
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user