mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
realtime-chat: update footer with blogpost (#1070)
This commit is contained in:
parent
6603845ff1
commit
f3f1f3e36a
@ -5,5 +5,5 @@ This is the source code for a fully working group chat app that uses subscriptio
|
||||
- [Fully working app](https://chat-example-trial-roar.herokuapp.com)
|
||||
- [Backend](https://hasura-realtime-group-chat.herokuapp.com)
|
||||
|
||||
For a complete tutorial about data modelling, [check out this blog](https://medium.com/@rishichandrawawhal/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
|
||||
For a complete tutorial about data modelling, [check out this blog](https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
|
||||
|
||||
|
11907
community/examples/realtime-chat/package-lock.json
generated
11907
community/examples/realtime-chat/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -98,15 +98,19 @@ class Chat extends React.Component {
|
||||
/>
|
||||
<footer className="App-footer">
|
||||
<div className="hasura-logo">
|
||||
<img src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_black.svg" onClick={() => window.open("https://hasura.io")}/>
|
||||
<img src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_black.svg" onClick={() => window.open("https://hasura.io")} alt="Powered by Hasura"/>
|
||||
|
|
||||
<a href="https://hasura-realtime-group-chat.herokuapp.com/console" target="_blank">
|
||||
Database
|
||||
<a href="https://hasura-realtime-group-chat.herokuapp.com/console" target="_blank" rel="noopener noreferrer">
|
||||
Backend
|
||||
</a>
|
||||
|
|
||||
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-chat" target="_blank">
|
||||
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-chat" target="_blank" rel="noopener noreferrer">
|
||||
Source
|
||||
</a>
|
||||
|
|
||||
<a href="https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f" target="_blank" rel="noopener noreferrer">
|
||||
Blogpost
|
||||
</a>
|
||||
</div>
|
||||
<div className="footer-small-text"><span>(The database resets every 24 hours)</span></div>
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user