diff --git a/website/src/data/showcase/indent.png b/website/src/data/showcase/indent.png new file mode 100644 index 0000000000..77a99aa6f4 Binary files /dev/null and b/website/src/data/showcase/indent.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index b9b2cdd237..dfc7bff314 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -587,6 +587,14 @@ const Users: User[] = [ source: 'https://github.com/intelagentbilling/docs', tags: ['opensource','product'], }, + { + title: 'Indent', + description: 'Indent provides on-demand access control for cloud apps and infrastructure.', + preview: require('./showcase/indent.png'), + website: 'https://indent.com/developers', + source: null, + tags: ['product','design'], + }, { title: 'Jest', description: 'Jest is a delightful JavaScript Testing Framework with a focus on simplicity.',