diff --git a/site/users/index.html.js b/site/users/index.html.js index ba8dde4200..9daea3e215 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -655,7 +655,12 @@ var logos = [ name: 'UC Trends', img: 'uctrends.png', link: 'https://trends.ucweb.com/' - } + }, + { + name: 'Stardog Union', + img: 'stardog.png', + link: 'https://stardog.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/stardog.png b/site/users/logos/stardog.png new file mode 100644 index 0000000000..70096136ae Binary files /dev/null and b/site/users/logos/stardog.png differ