From f0fb2aec3757f75a8ad2654fd7f83fe3b02b44c2 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 5 Apr 2026 21:49:16 +0200 Subject: [PATCH] microsite: prettier fix Signed-off-by: Patrik Oldsberg --- microsite/src/pages/community/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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/',