diff --git a/src/components/meetups.ts b/src/components/meetups.ts index ebee8fa279..6e720a2546 100644 --- a/src/components/meetups.ts +++ b/src/components/meetups.ts @@ -9,46 +9,6 @@ export const meetups = [ longitude: -0.12, }, }, - { - node: { - id: "new-york", - name: "GraphQL New York", - link: "https://guild.host/graphql-new-york/events", - city: "New York", - latitude: 40.73, - longitude: -73.94, - }, - }, - { - node: { - id: "bali", - name: "GraphQL Bali", - link: "https://guild.host/graphql-bali/events", - city: "Bali", - latitude: -8.41, - longitude: 115.19, - }, - }, - { - node: { - id: "bangkok", - name: "GraphQL Bangkok", - link: "https://www.meetup.com/graphql-bangkok", - city: "Bangkok", - latitude: 13.75, - longitude: 100.5, - }, - }, - { - node: { - id: "bangalore", - name: "GraphQL Bangalore", - link: "https://www.meetup.com/graphql-bangalore", - city: "Bangkok", - latitude: 12.97, - longitude: 77.59, - }, - }, { node: { id: "sydney", @@ -61,24 +21,26 @@ export const meetups = [ }, { node: { - id: "taipei", - name: "GraphQL Taipei", - link: "https://guild.host/graphql-taipei/events", - city: "Taipei", - latitude: 25.11, - longitude: 121.6, + id: "20451795", + name: "ATX GraphQL", + latitude: 30.27, + longitude: -97.71, + city: "Austin", + state: "TX", + country: "us", + link: "https://www.meetup.com/atx-graphql", }, }, { node: { - id: "20446155", - name: "GraphQL TLV", - latitude: 32.07, - longitude: 34.77, - city: "Tel Aviv-Yafo", - state: "", - country: "il", - link: "https://www.meetup.com/graphql-tlv", + id: "31255122", + name: "GraphQL SF", + latitude: 37.78, + longitude: -122.42, + city: "San Francisco", + state: "CA", + country: "us", + link: "https://www.meetup.com/sf-graphql", }, }, { @@ -107,14 +69,14 @@ export const meetups = [ }, { node: { - id: "31255122", - name: "GraphQL SF", - latitude: 37.78, - longitude: -122.42, - city: "San Francisco", - state: "CA", - country: "us", - link: "https://www.meetup.com/sf-graphql", + id: "20208222", + name: "Amsterdam GraphQL Meetup", + latitude: 52.37, + longitude: 4.89, + city: "Amsterdam", + state: "", + country: "nl", + link: "https://www.meetup.com/amsterdam-graphql-meetup", }, }, { @@ -131,14 +93,64 @@ export const meetups = [ }, { node: { - id: "20208222", - name: "Amsterdam GraphQL Meetup", - latitude: 52.37, - longitude: 4.89, - city: "Amsterdam", + id: "new-york", + name: "GraphQL New York", + link: "https://guild.host/graphql-new-york/events", + city: "New York", + latitude: 40.73, + longitude: -73.94, + }, + }, + { + node: { + id: "bangkok", + name: "GraphQL Bangkok", + link: "https://www.meetup.com/graphql-bangkok", + city: "Bangkok", + latitude: 13.75, + longitude: 100.5, + }, + }, + { + node: { + id: "taipei", + name: "GraphQL Taipei", + link: "https://guild.host/graphql-taipei/events", + city: "Taipei", + latitude: 25.11, + longitude: 121.6, + }, + }, + { + node: { + id: "20446155", + name: "GraphQL TLV", + latitude: 32.07, + longitude: 34.77, + city: "Tel Aviv-Yafo", state: "", - country: "nl", - link: "https://www.meetup.com/amsterdam-graphql-meetup", + country: "il", + link: "https://www.meetup.com/graphql-tlv", + }, + }, + { + node: { + id: "bali", + name: "GraphQL Bali", + link: "https://guild.host/graphql-bali/events", + city: "Bali", + latitude: -8.41, + longitude: 115.19, + }, + }, + { + node: { + id: "bangalore", + name: "GraphQL Bangalore", + link: "https://www.meetup.com/graphql-bangalore", + city: "Bangkok", + latitude: 12.97, + longitude: 77.59, }, }, { @@ -165,16 +177,4 @@ export const meetups = [ link: "https://www.meetup.com/graphql-hamburg", }, }, - { - node: { - id: "20451795", - name: "ATX GraphQL", - latitude: 30.27, - longitude: -97.71, - city: "Austin", - state: "TX", - country: "us", - link: "https://www.meetup.com/atx-graphql", - }, - }, ]