From f3d46d68b9d521e0f3786a356608844357aa21d9 Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Wed, 10 Apr 2024 12:29:33 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20add=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/images/member-orgs/microsoft.svg | 8 ++++++++ src/pages/index.tsx | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 public/images/member-orgs/microsoft.svg diff --git a/public/images/member-orgs/microsoft.svg b/public/images/member-orgs/microsoft.svg new file mode 100644 index 0000000..e77821b --- /dev/null +++ b/public/images/member-orgs/microsoft.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/pages/index.tsx b/src/pages/index.tsx index cc37d89..4c541a9 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -435,7 +435,7 @@ export default function HomePage() {

-
+
{CollaboratorsLogosList.map((logo, index) => (
@@ -615,4 +615,10 @@ const CollaboratorsLogosList = [ href: 'https://www.heidelbergengineering.com/us/', caption: 'Heidelberg Engineering', }, + { + image: '/images/member-orgs/microsoft.svg ', + imageHeight: 'h-8', + href: 'https://www.microsoft.com/en-us/', + caption: 'Microsoft', + }, ];