diff --git a/config/communityImages.json b/config/communityImages.json index f654435..e0f7cd6 100644 --- a/config/communityImages.json +++ b/config/communityImages.json @@ -1,11 +1,10 @@ [ - { - "name": "WN24 Project Expo", - "image": "WN24_EXPO.JPG" - }, - { - "name": "WN24 Data Science Night", - "image": "WN24_DSN.JPG" - } - ] - \ No newline at end of file + { + "name": "", + "image": "WN24_EXPO.JPG" + }, + { + "name": "", + "image": "WN24_DSN.JPG" + } +] diff --git a/config/currentProjects.json b/config/currentProjects.json index d9cb18a..7a88499 100644 --- a/config/currentProjects.json +++ b/config/currentProjects.json @@ -25,7 +25,7 @@ }, { "label": "SoccerNet", - "image": "soccernet.jpg", + "image": "soccernet.png", "leads": [ { "name": "Antonio Capdevielle", "image": "temp.jpeg" }, { "name": "Shiva Chandran", "image": "shivac.jpg" } diff --git a/public/images/projects/soccernet.png b/public/images/projects/soccernet.png new file mode 100644 index 0000000..ee5090c Binary files /dev/null and b/public/images/projects/soccernet.png differ