diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/home/TeamSection.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/components/home/TeamSection.js b/src/components/home/TeamSection.js index f29003f7..b86655b4 100644 --- a/src/components/home/TeamSection.js +++ b/src/components/home/TeamSection.js @@ -24,21 +24,20 @@ const TeamSection = () => ( description="Project Lead" /> <TeamMember - photoId="loverweel" - name="Leon Overweel" - description="Product Lead and Software Engineer responsible for the web server, database, and - API specification" - /> - <TeamMember photoId="gandreadis" name="Georgios Andreadis" - description="Software Engineer responsible for the frontend web application" + description="Technology Lead and Software Engineer responsible for the frontend web application" /> <TeamMember photoId="fmastenbroek" name="Fabian Mastenbroek" description="Software Engineer responsible for the datacenter simulator" /> + <TeamMember + photoId="loverweel" + name="Leon Overweel" + description="Software Engineer responsible for the web server, database, and API specification" + /> </div> <div className="text-center lead mt-3"> See{" "} |
