Skip to content

Commit f490205

Browse files
eliastSashko Stubailo
authored andcommitted
Adding Drift to users (graphql#132)
Our API is available with authentication at https://customer.api.drift.com/graphql.
1 parent 7ebfa63 commit f490205

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
@@ -186,6 +186,11 @@ var logos = [
186186
img: 'make-school.png',
187187
link: 'http://www.makeschool.com'
188188
},
189+
{
190+
name: 'Drift',
191+
img: 'drift.png',
192+
link: 'https://www.drift.com/'
193+
},
189194
// Adding your logo?
190195
// Add it to the /users/logos/ directory and then append an entry above this comment.
191196
//

site/users/logos/drift.png

35.3 KB
Loading

0 commit comments

Comments
 (0)