docs(v2): Added mailgo to showcase (#4252)

* mailgo in users

* mailgo screenshot
This commit is contained in:
Matteo Manzinello 2021-02-19 14:59:24 +01:00 committed by GitHub
parent af2e3cbdb0
commit a9b459bdc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

View file

@ -278,6 +278,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Mailgo',
description: 'A new concept of mailto and tel links',
preview: require('./showcase/mailgo.png'),
website: 'https://mailgo.dev/',
source: 'https://github.com/manzinello/mailgo.dev',
fbOpenSource: false,
pinned: false,
},
{
title: 'MikroORM',
description: 'TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.',