Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a footer to chat app with a hasura logo #752

Merged
merged 5 commits into from
Oct 15, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Delete unnecessary file
  • Loading branch information
wawhal committed Oct 15, 2018
commit 97cacae921e8745b40cb86ef5e31f6c654d2caa7
3 changes: 1 addition & 2 deletions community/examples/realtime-chat/src/components/Chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Subscription } from 'react-apollo';
import gql from 'graphql-tag';
import ChatWrapper from './ChatWrapper';
import '../App.css';
const hasura_logo = require('../hasura_logo_200.png');

const subscribeToNewMessages = gql`
subscription {
Expand Down Expand Up @@ -62,7 +61,7 @@ class Chat extends React.Component {
}
});
},
3000
3000
);
}

Expand Down
Binary file not shown.