Skip to content

Commit ef01777

Browse files
authored
Merge pull request graphql#354 from Amzani/samz/add_dailymotion
feat(users) : Add dailymotion to users page
2 parents 2519d74 + dd10ac5 commit ef01777

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
@@ -521,6 +521,11 @@ var logos = [
521521
img: 'getninjas.png',
522522
link: 'https://labs.getninjas.com.br/tagged/graphql'
523523
},
524+
{
525+
name: 'Dailymotion',
526+
img: 'dailymotion.png',
527+
link: 'https://developer.dailymotion.com/'
528+
},
524529
// Adding your logo?
525530
// Add it to the /users/logos/ directory and then append an entry above this comment.
526531
//

site/users/logos/dailymotion.png

23.6 KB
Loading

0 commit comments

Comments
 (0)