From 16bb362327ffba018a5f4738fb5474196713695e Mon Sep 17 00:00:00 2001 From: Jorge Lainfiesta Date: Tue, 21 Jun 2022 18:42:00 +0200 Subject: [PATCH] Corrects prettier issues Signed-off-by: Jorge Lainfiesta --- microsite/pages/en/community.js | 96 +++++++++++++++++---------------- 1 file changed, 49 insertions(+), 47 deletions(-) diff --git a/microsite/pages/en/community.js b/microsite/pages/en/community.js index 15db10e420..07449e266e 100644 --- a/microsite/pages/en/community.js +++ b/microsite/pages/en/community.js @@ -10,23 +10,28 @@ const Components = require(`${process.cwd()}/core/Components.js`); const Block = Components.Block; const BulletLine = Components.BulletLine; -const PARTNERS = [{ - name: "Frontside Software", - url: "https://frontside.com/backstage/", - logo: "img/partner-logo-frontside.png" -}, { - name: "Roadie", - url: "https://roadie.io/", - logo: "img/partner-logo-roadie.png" -}, { - name: "ThoughtWorks", - url: "https://www.thoughtworks.com", - logo: "img/partner-logo-thoughtworks.png" -}, { - name: "VMWare", - url: "https://www.vmware.com", - logo: "img/partner-logo-vmware.png" -}]; +const PARTNERS = [ + { + name: 'Frontside Software', + url: 'https://frontside.com/backstage/', + logo: 'img/partner-logo-frontside.png', + }, + { + name: 'Roadie', + url: 'https://roadie.io/', + logo: 'img/partner-logo-roadie.png', + }, + { + name: 'ThoughtWorks', + url: 'https://www.thoughtworks.com', + logo: 'img/partner-logo-thoughtworks.png', + }, + { + name: 'VMWare', + url: 'https://www.vmware.com', + logo: 'img/partner-logo-vmware.png', + }, +]; const Background = props => { const { config: siteConfig } = props; @@ -38,8 +43,9 @@ const Background = props => { Backstage Community - Join - the vibrant community around Backstage through social media and different meetups. To ensure you have a welcoming environment, we follow {' '} + Join the vibrant community around Backstage through social media + and different meetups. To ensure you have a welcoming environment, + we follow{' '} {' '} CNCF Code of Conduct @@ -93,66 +99,62 @@ const Background = props => { Offical Backstage initiatives - Stay tuned to the latest developments + + Stay tuned to the latest developments + - - Community sessions - + Community sessions - Maintainers and adopters meet monthly to share updates, - demos, and ideas. Yep, all sessions are recorded! + Maintainers and adopters meet monthly to share updates, demos, + and ideas. Yep, all sessions are recorded! - Join a session + + Join a session + - - Newsletter - + Newsletter - The official monthly Backstage newsletter. Don't miss - the latest news from your favorite project! + The official monthly Backstage newsletter. Don't miss the latest + news from your favorite project! Subscribe - - Contributor Spotlight - + Contributor Spotlight - A recognition for valuable community work. Nominate contributing members for - their efforts! We'll put them in the spotlight ❤️ + A recognition for valuable community work. Nominate contributing + members for their efforts! We'll put them in the spotlight ❤️ Nominate now - + Community initiatives - - Open Mic Meetup - + Open Mic Meetup - A casual get together of Backstage users sharing their - experiences and helping each other. Hosted by{' '} + A casual get together of Backstage users sharing their experiences + and helping each other. Hosted by{' '} Roadie.io and{' '} Frontside Software. - Learn more + + Learn more + - - Backstage Weekly Newsletter - + Backstage Weekly Newsletter A weekly newsletter with news, updates and things community from your friends at Roadie.io. @@ -169,7 +171,7 @@ const Background = props => { Commercial Partners - {PARTNERS.map((partner) => ( + {PARTNERS.map(partner => (