docs(v2): Add unmand site to showcase page (#5239)

This commit is contained in:
David Seal 2021-07-30 01:36:12 +10:00 committed by GitHub
parent fc64c12e41
commit a59378ba87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View file

@ -1241,6 +1241,14 @@ const Users = [
website: 'https://verdaccio.org',
source: 'https://github.com/verdaccio/verdaccio',
tags: ['favorite', 'opensource', 'large', 'i18n', 'design' ]
},
{
title: 'Unmand',
description: 'A business automation platform that liberates users from repetitive tasks.',
preview: require('./showcase/unmand.png'),
website: 'https://unmand.com',
source: null,
tags: ['product', 'design']
}
];