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.
This commit is contained in:
Ricky Vetter 2018-01-04 11:51:46 -08:00 committed by GitHub
parent 8e5b5c9f0f
commit b0b1a839e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},
{