From 51e6b53c30cb92fbb8d9c80a4be3dccaf1ad2085 Mon Sep 17 00:00:00 2001 From: Weile Date: Wed, 9 Oct 2024 16:50:47 -0400 Subject: [PATCH] add esg logo --- config/sponsors.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/sponsors.json b/config/sponsors.json index 4f74e36..d3e57d4 100644 --- a/config/sponsors.json +++ b/config/sponsors.json @@ -21,6 +21,11 @@ "name": "College of Engineering", "link": "https://www.engin.umich.edu/", "image": "coe.png" + }, + { + "name": "Engineering Student Government", + "link": "https://esg.engin.umich.edu/", + "image": "esg.png" } ] },