mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 04:12:53 +02:00
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:
parent
8e5b5c9f0f
commit
b0b1a839e7
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue