diff --git a/site/users/index.html.js b/site/users/index.html.js index acb2e0bc05..ad52985737 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -536,6 +536,11 @@ var logos = [ img: 'conduit.png', link: 'https://conduithq.com/' }, + { + name: 'Medallia', + img: 'medallia.png', + link: 'https://www.medallia.com/' + }, // Adding your logo? // Add it to the /users/logos/ directory and then append an entry above this comment. // diff --git a/site/users/logos/medallia.png b/site/users/logos/medallia.png new file mode 100644 index 0000000000..d3a8c7a97e Binary files /dev/null and b/site/users/logos/medallia.png differ