diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index b12583062f..6b75c0927d 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -126,6 +126,13 @@ module.exports = [ fbOpenSource: false, pinned: false, }, + { + caption: 'Cohesity', + image: '/img/users/cohesity.png', + infoLink: 'https://developer.cohesity.com', + fbOpenSource: false, + pinned: false, + }, { caption: 'ConfigCat', image: '/img/users/configcat.svg', diff --git a/website-1.x/static/img/users/cohesity.png b/website-1.x/static/img/users/cohesity.png new file mode 100644 index 0000000000..b6b42d04ff Binary files /dev/null and b/website-1.x/static/img/users/cohesity.png differ