diff --git a/microsite/src/pages/community/index.tsx b/microsite/src/pages/community/index.tsx index 95e270123a..2e11556609 100644 --- a/microsite/src/pages/community/index.tsx +++ b/microsite/src/pages/community/index.tsx @@ -81,7 +81,12 @@ const Community = () => { }, ]; - const partners: { name: string; url: string; logo: string; height: number }[] = [ + const partners: { + name: string; + url: string; + logo: string; + height: number; + }[] = [ { name: 'Frontside Software', url: 'https://frontside.com/backstage/',