Skip to content

Commit 690c5eb

Browse files
authored
Reorder meetups (#2112)
1 parent f87b511 commit 690c5eb

File tree

1 file changed

+81
-81
lines changed

1 file changed

+81
-81
lines changed

src/components/meetups.ts

Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,6 @@ export const meetups = [
99
longitude: -0.12,
1010
},
1111
},
12-
{
13-
node: {
14-
id: "new-york",
15-
name: "GraphQL New York",
16-
link: "https://guild.host/graphql-new-york/events",
17-
city: "New York",
18-
latitude: 40.73,
19-
longitude: -73.94,
20-
},
21-
},
22-
{
23-
node: {
24-
id: "bali",
25-
name: "GraphQL Bali",
26-
link: "https://guild.host/graphql-bali/events",
27-
city: "Bali",
28-
latitude: -8.41,
29-
longitude: 115.19,
30-
},
31-
},
32-
{
33-
node: {
34-
id: "bangkok",
35-
name: "GraphQL Bangkok",
36-
link: "https://www.meetup.com/graphql-bangkok",
37-
city: "Bangkok",
38-
latitude: 13.75,
39-
longitude: 100.5,
40-
},
41-
},
42-
{
43-
node: {
44-
id: "bangalore",
45-
name: "GraphQL Bangalore",
46-
link: "https://www.meetup.com/graphql-bangalore",
47-
city: "Bangkok",
48-
latitude: 12.97,
49-
longitude: 77.59,
50-
},
51-
},
5212
{
5313
node: {
5414
id: "sydney",
@@ -61,24 +21,26 @@ export const meetups = [
6121
},
6222
{
6323
node: {
64-
id: "taipei",
65-
name: "GraphQL Taipei",
66-
link: "https://guild.host/graphql-taipei/events",
67-
city: "Taipei",
68-
latitude: 25.11,
69-
longitude: 121.6,
24+
id: "20451795",
25+
name: "ATX GraphQL",
26+
latitude: 30.27,
27+
longitude: -97.71,
28+
city: "Austin",
29+
state: "TX",
30+
country: "us",
31+
link: "https://www.meetup.com/atx-graphql",
7032
},
7133
},
7234
{
7335
node: {
74-
id: "20446155",
75-
name: "GraphQL TLV",
76-
latitude: 32.07,
77-
longitude: 34.77,
78-
city: "Tel Aviv-Yafo",
79-
state: "",
80-
country: "il",
81-
link: "https://www.meetup.com/graphql-tlv",
36+
id: "31255122",
37+
name: "GraphQL SF",
38+
latitude: 37.78,
39+
longitude: -122.42,
40+
city: "San Francisco",
41+
state: "CA",
42+
country: "us",
43+
link: "https://www.meetup.com/sf-graphql",
8244
},
8345
},
8446
{
@@ -107,14 +69,14 @@ export const meetups = [
10769
},
10870
{
10971
node: {
110-
id: "31255122",
111-
name: "GraphQL SF",
112-
latitude: 37.78,
113-
longitude: -122.42,
114-
city: "San Francisco",
115-
state: "CA",
116-
country: "us",
117-
link: "https://www.meetup.com/sf-graphql",
72+
id: "20208222",
73+
name: "Amsterdam GraphQL Meetup",
74+
latitude: 52.37,
75+
longitude: 4.89,
76+
city: "Amsterdam",
77+
state: "",
78+
country: "nl",
79+
link: "https://www.meetup.com/amsterdam-graphql-meetup",
11880
},
11981
},
12082
{
@@ -131,14 +93,64 @@ export const meetups = [
13193
},
13294
{
13395
node: {
134-
id: "20208222",
135-
name: "Amsterdam GraphQL Meetup",
136-
latitude: 52.37,
137-
longitude: 4.89,
138-
city: "Amsterdam",
96+
id: "new-york",
97+
name: "GraphQL New York",
98+
link: "https://guild.host/graphql-new-york/events",
99+
city: "New York",
100+
latitude: 40.73,
101+
longitude: -73.94,
102+
},
103+
},
104+
{
105+
node: {
106+
id: "bangkok",
107+
name: "GraphQL Bangkok",
108+
link: "https://www.meetup.com/graphql-bangkok",
109+
city: "Bangkok",
110+
latitude: 13.75,
111+
longitude: 100.5,
112+
},
113+
},
114+
{
115+
node: {
116+
id: "taipei",
117+
name: "GraphQL Taipei",
118+
link: "https://guild.host/graphql-taipei/events",
119+
city: "Taipei",
120+
latitude: 25.11,
121+
longitude: 121.6,
122+
},
123+
},
124+
{
125+
node: {
126+
id: "20446155",
127+
name: "GraphQL TLV",
128+
latitude: 32.07,
129+
longitude: 34.77,
130+
city: "Tel Aviv-Yafo",
139131
state: "",
140-
country: "nl",
141-
link: "https://www.meetup.com/amsterdam-graphql-meetup",
132+
country: "il",
133+
link: "https://www.meetup.com/graphql-tlv",
134+
},
135+
},
136+
{
137+
node: {
138+
id: "bali",
139+
name: "GraphQL Bali",
140+
link: "https://guild.host/graphql-bali/events",
141+
city: "Bali",
142+
latitude: -8.41,
143+
longitude: 115.19,
144+
},
145+
},
146+
{
147+
node: {
148+
id: "bangalore",
149+
name: "GraphQL Bangalore",
150+
link: "https://www.meetup.com/graphql-bangalore",
151+
city: "Bangkok",
152+
latitude: 12.97,
153+
longitude: 77.59,
142154
},
143155
},
144156
{
@@ -165,16 +177,4 @@ export const meetups = [
165177
link: "https://www.meetup.com/graphql-hamburg",
166178
},
167179
},
168-
{
169-
node: {
170-
id: "20451795",
171-
name: "ATX GraphQL",
172-
latitude: 30.27,
173-
longitude: -97.71,
174-
city: "Austin",
175-
state: "TX",
176-
country: "us",
177-
link: "https://www.meetup.com/atx-graphql",
178-
},
179-
},
180180
]

0 commit comments

Comments
 (0)