From b0b1a839e7988878a9d3df0b80888baf4d9e3b0a Mon Sep 17 00:00:00 2001 From: Ricky Vetter Date: Thu, 4 Jan 2018 11:51:46 -0800 Subject: [PATCH] Update users to follow their naming convention By convention both BuckleScript and ReasonReact are PascalCase. Also removed BuckleScript from fbOpenSource because it's not technically under that umbrella. --- website/siteConfig.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index eb110e7f35..84e2e3471f 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -29,7 +29,7 @@ const users = [ pinned: true, }, { - caption: 'Reason React', + caption: 'ReasonReact', image: '/img/reason-react.svg', infoLink: 'https://reasonml.github.io/reason-react/', fbOpenSource: true, @@ -57,10 +57,10 @@ const users = [ pinned: true, }, { - caption: 'Bucklescript', + caption: 'BuckleScript', image: '/img/bucklescript.svg', infoLink: 'https://bucklescript.github.io/', - fbOpenSource: true, + fbOpenSource: false, pinned: true, }, {