docs(v2): showcase user Tasit (#3034)

* Add Tasit to users showcase

* Add Tasit docs screenshot

* Update users.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
Paul Cowgill 2020-07-08 19:29:25 -05:00 committed by GitHub
parent a8b2e59a48
commit 233737ec3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

View file

@ -155,6 +155,26 @@ const users = [
fbOpenSource: false, fbOpenSource: false,
pinned: false, pinned: false,
}, },
{
title: 'Tasit',
description:
'A JavaScript SDK for building native mobile Ethereum dapps with React Native',
preview: require('./showcase/tasit.png'),
website: 'https://docs.tasit.io/',
source: 'https://github.com/tasitlabs/tasit-sdk',
fbOpenSource: false,
pinned: false,
},
{
title: 'Tourmaline',
description:
'Fast and performant Telegram bot framework for the Crystal programming language',
preview: require('./showcase/tourmaline.png'),
website: 'https://tourmaline.dev',
source: 'https://github.com/protoncr/tourmaline',
fbOpenSource: false,
pinned: false,
},
{ {
title: 'uniforms', title: 'uniforms',
description: 'A set of React libraries for building forms', description: 'A set of React libraries for building forms',
@ -173,16 +193,6 @@ const users = [
fbOpenSource: false, fbOpenSource: false,
pinned: true, pinned: true,
}, },
{
title: 'Tourmaline',
description:
'Fast and performant Telegram bot framework for the Crystal programming language',
preview: require('./showcase/tourmaline.png'),
website: 'https://tourmaline.dev',
source: 'https://github.com/protoncr/tourmaline',
fbOpenSource: false,
pinned: false,
},
]; ];
export default users; export default users;