add auth0 tutorial link to react-apollo-todo landing page (#1819)

This commit is contained in:
Praveen Durairaj 2019-03-22 12:28:20 +05:30 committed by Shahidh K Muhammed
parent ed9a5b962a
commit 420dde77dc

View File

@ -138,7 +138,13 @@ class LandingPage extends Component {
</div>
<div className="col-md-11 col-sm-11 col-xs-10 noPadd">
<div className="description removePaddBottom">
Full tutorial coming soon!
<a
target="_blank"
rel="noopener noreferrer"
href="https://auth0.com/blog/building-a-collaborative-todo-app-with-realtime-graphql-using-hasura/"
>
Full tutorial with Auth0!
</a>
</div>
</div>
</div>