Skip to content

Commit 48b929c

Browse files
committed
Remove Jona😢
1 parent 33fe46c commit 48b929c

File tree

3 files changed

+16
-30
lines changed

3 files changed

+16
-30
lines changed

‎LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
This project is published under license TODO.
1+
Copyright 2017 Loren Sands-Ramshaw
2+
3+
-------
24

35
GraphQL and its logo and color fall under BSD-3-Clause:
46

‎package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"url": "https://github.com/GraphQLGuide/guide/issues"
2020
},
2121
"homepage": "https://github.com/GraphQLGuide/guide#readme",
22-
"license": "ISC",
2322
"private": true,
2423
"dependencies": {
2524
"apollo-client": "^0.8.0",

‎pages/index.js

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -201,22 +201,7 @@ class Index extends Component {
201201
By
202202
<div className="authors">
203203
<a
204-
href="https://twitter.com/helferjs"
205-
style={styles.avatarLink}
206-
className="author-link"
207-
>
208-
<Avatar
209-
src="https://pbs.twimg.com/profile_images/705848506536210432/Gonh3JNx.jpg"
210-
style={styles.avatar}
211-
size={50}
212-
/>
213-
Jonas Helfer
214-
</a>
215-
<span className="-and">
216-
and
217-
</span>
218-
<a
219-
href="https://twitter.com/lorendsr"
204+
href="http://lorensr.me"
220205
style={styles.avatarLink}
221206
className="author-link"
222207
>
@@ -254,23 +239,23 @@ class Index extends Component {
254239
The GraphQL Guide
255240
</b>
256241
{` is an upcoming book on GraphQL (which is the best way to write an API or
257-
fetch data for your app). `}
258-
<a href="https://twitter.com/helferjs">
259-
Jonas
242+
fetch data for your app). Loren is a `}
243+
<a href="http://lorensr.me">
244+
freelance dev
260245
</a>
261-
{' works on the team behind the '}
246+
{" who loves teaching and writing. He's a community maintainer of the "}
262247
<a href="http://dev.apollodata.com/">
263-
Apollo
248+
Apollo project
264249
</a>
265-
{' GraphQL client, and '}
266-
<a href="https://twitter.com/lorendsr">
267-
Loren
250+
{' (the #1 GraphQL client) as well as the Meteor '}
251+
<a href="https://guide.meteor.com/">
252+
Guide
268253
</a>
269-
{' is a freelancer and '}
270-
<a href="https://www.meteor.com/">
271-
Meteor
254+
{' and '}
255+
<a href="https://docs.meteor.com/">
256+
Docs
272257
</a>
273-
{' maintainer. We’re in the process of writing '}
258+
{". He's in the process of writing "}
274259
<em>
275260
the best
276261
</em>

0 commit comments

Comments
 (0)