From cb8557b6fc5625d5c9a20c1f015f9469009cbd35 Mon Sep 17 00:00:00 2001 From: Shahidh K Muhammed Date: Mon, 5 Nov 2018 10:48:21 +0530 Subject: [PATCH 1/2] add hasura logo --- logos/hasura.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 logos/hasura.svg diff --git a/logos/hasura.svg b/logos/hasura.svg new file mode 100644 index 0000000..f47bfdd --- /dev/null +++ b/logos/hasura.svg @@ -0,0 +1 @@ + From d4c1d55aff37adfab2eeea1ac1e290a63d3f854f Mon Sep 17 00:00:00 2001 From: Shahidh K Muhammed Date: Mon, 5 Nov 2018 11:07:03 +0530 Subject: [PATCH 2/2] add hasura to communities --- communities.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/communities.json b/communities.json index 9aead2c..61c2ae0 100644 --- a/communities.json +++ b/communities.json @@ -526,6 +526,14 @@ "title": "Buefy", "inviteCode": "ZkdFJMr", "githubUrl": "https://github.com/buefy/buefy" + }, + { + "logo": "hasura.svg", + "title": "Hasura", + "quote": "We moved to Discord when messages started disappearing on Slack. Discord makes it really easy for users to be a part of multiple servers and this is truly great for our GraphQL developer community, who are usually part of Reactiflux, Vue Land etc. too.", + "quoteSourceUrl": "https://blog.hasura.io/we-are-moving-to-discord-d01e4e6d31b0", + "inviteCode": "vBPpJkS", + "githubUrl": "https://github.com/hasura/graphql-engine" } ] }