Renamed Sonar to Flipper (#905)

* Noticed caption was "Sonar" but redirecting to https://fbflipper.com.
* Fixed caption and renamed files for consistency.
* Moved project after FastText to keep alphabetical ordering.
* Ran prettier and included changes.

Test plan:
  npm run test && npm run prettier && npm run lint

  cd website && npm run start

Noticed projects are rendered properly and caption is now "Flipper".
This commit is contained in:
Julien Odent 2018-08-17 19:39:20 +03:00 committed by Yangshun Tay
parent e79e67ad2b
commit 0a3f0ecdc5
4 changed files with 14173 additions and 8 deletions

14162
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,10 @@
}
},
"jest": {
"testPathIgnorePatterns": ["/node_modules/", "__fixtures__"],
"testPathIgnorePatterns": [
"/node_modules/",
"__fixtures__"
],
"testURL": "http://localhost/"
},
"bin": {

View File

@ -84,6 +84,13 @@ module.exports = [
fbOpenSource: true,
pinned: true,
},
{
caption: 'Flipper',
image: '/img/users/flipper.png',
infoLink: 'https://fbflipper.com',
fbOpenSource: true,
pinned: true,
},
{
caption: 'Instant Articles Builder',
image: '/img/users/facebook-instant-articles-rules-editor.svg',
@ -246,13 +253,6 @@ module.exports = [
fbOpenSource: false,
pinned: false,
},
{
caption: 'Sonar',
image: '/img/users/sonar.png',
infoLink: 'https://fbsonar.com',
fbOpenSource: true,
pinned: true,
},
{
caption: 'StreamPipes',
image: 'https://streampipes.org/images/streampipes-logo-center.png',

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB