Skip to content
Merged
Changes from all commits
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
29 changes: 21 additions & 8 deletions src/components/meetups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const meetups = [
city: "Tel Aviv-Yafo",
state: "",
country: "Israel",
link: "https://www.meetup.com/graphql-tlv",
link: "https://guild.host/graphql-tlv",
official: false,
},
},
Expand All @@ -35,7 +35,7 @@ export const meetups = [
city: "Austin",
state: "TX",
country: "USA",
link: "https://www.meetup.com/atx-graphql",
link: "https://guild.host/atx-graphql/",
official: true,
},
},
Expand All @@ -48,7 +48,7 @@ export const meetups = [
city: "Hamburg",
state: "",
country: "Germany",
link: "https://www.meetup.com/graphql-hamburg/",
link: "https://guild.host/graphql-hamburg/",
official: false,
},
},
Expand All @@ -61,7 +61,7 @@ export const meetups = [
city: "Seattle",
state: "WA",
country: "USA",
link: "https://www.meetup.com/graphql-seattle",
link: "https://guild.host/graphql-seattle/",
official: false,
},
},
Expand All @@ -74,7 +74,7 @@ export const meetups = [
city: "San Francisco",
state: "CA",
country: "USA",
link: "http://meetup.com/GraphQL-SF",
link: "https://guild.host/graphql-sf",
official: false,
},
},
Expand All @@ -100,7 +100,7 @@ export const meetups = [
city: "Copenhagen",
state: "",
country: "Denmark",
link: "https://www.meetup.com/copenhagen-graphql-meetup-group",
link: "https://guild.host/graphql-copenhagen/",
official: false,
},
},
Expand Down Expand Up @@ -169,13 +169,26 @@ export const meetups = [
official: true,
},
},
{
node: {
id: "montreal",
name: "GraphQL Montreal",
latitude: 45.51,
longitude: -73.56,
city: "Montreal",
state: "",
country: "Canada",
link: "https://guild.host/graphql-montreal",
official: true,
},
},
{
node: {
id: "nairobe",
name: "GraphQL Nairobe",
name: "GraphQL Nairobi",
latitude: -1.29,
longitude: 36.82,
city: "Nairobe",
city: "Nairobi",
state: "",
country: "Kenya",
link: "https://www.meetup.com/nairobi-graphql-meetup/",
Expand Down
Loading