Skip to content

Commit 95173f9

Browse files
authored
Merge pull request graphql#315 from jaredmcdonald/source
Add NYT to users
2 parents e5a1e8a + 1004778 commit 95173f9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

site/users/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,11 @@ var logos = [
465465
img: 'yelp.png',
466466
link: 'https://www.yelp.com/developers/graphql/guides/intro'
467467
},
468+
{
469+
name: 'The New York Times',
470+
img: 'nyt.png',
471+
link: 'https://www.nytimes.com',
472+
},
468473
// Adding your logo?
469474
// Add it to the /users/logos/ directory and then append an entry above this comment.
470475
//

site/users/logos/nyt.png

46.8 KB
Loading

0 commit comments

Comments
 (0)