diff --git a/site/users/index.html.js b/site/users/index.html.js index 04fdf4f89f..4c32e66556 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -349,6 +349,11 @@ var logos = [ img: 'waitlessq.png', link: 'http://waitlessq.com/' }, + { + name: 'Plural', + img: 'plural.png', + link: 'http://plural.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/plural.png b/site/users/logos/plural.png new file mode 100644 index 0000000000..b116b79e5d Binary files /dev/null and b/site/users/logos/plural.png differ