microsite: prettier fix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user