From e6c4e57eb29f8df78fe0577433830f4ed374f907 Mon Sep 17 00:00:00 2001 From: Balaji Siva Date: Thu, 21 Dec 2023 16:33:08 -0800 Subject: [PATCH] Update index.tsx Adding RedHat to commercial partner page. I am not able to upload the logo in the img directory and so need help Signed-off-by: Balaji Siva --- microsite/src/pages/community/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/microsite/src/pages/community/index.tsx b/microsite/src/pages/community/index.tsx index 82dd69d1a0..9b10183ea4 100644 --- a/microsite/src/pages/community/index.tsx +++ b/microsite/src/pages/community/index.tsx @@ -110,6 +110,11 @@ const Community = () => { url: 'https://frontside.com/backstage/', logo: 'img/partner-logo-frontside.png', }, + { + name: 'RedHat', + url: 'https://www.redhat.com/', + logo: 'img/partner-logo-redhat.png', + }, { name: 'Roadie', url: 'https://roadie.io/',