diff --git a/site/users/index.html.js b/site/users/index.html.js index 1625e010a1..01c123bf32 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -526,6 +526,11 @@ var logos = [ img: 'dailymotion.png', link: 'https://developer.dailymotion.com/' }, + { + name: 'Myntra', + img: 'myntra.png', + link: 'https://www.myntra.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/myntra.png b/site/users/logos/myntra.png new file mode 100644 index 0000000000..36188eeaf3 Binary files /dev/null and b/site/users/logos/myntra.png differ