Added a pin
This commit is contained in:
parent
f28a6d47f2
commit
29eee0b532
|
@ -69,7 +69,11 @@ export let groups = [
|
|||
members: 1,
|
||||
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
|
||||
},
|
||||
|
||||
{
|
||||
location: [["USA","Ohio"], [40.18243610076637, -83.07800532738788]],
|
||||
members: 1,
|
||||
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
|
||||
}
|
||||
]
|
||||
|
||||
export let groupsByCountry = {}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"Bulgaria": "Bulgaria",
|
||||
"Colorado": "Colorado",
|
||||
"Georgia": "Georgia",
|
||||
"Ohio": "Ohio",
|
||||
"Montreal": "Montreal",
|
||||
"Kolding": "Kolding",
|
||||
"KohtlaJarve": "Kohtla-Järve",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"Bulgaria": "Болгария",
|
||||
"Colorado": "Колорадо",
|
||||
"Georgia": "Джорджия",
|
||||
"Ohio": "Огайо",
|
||||
"Copenhagen": "Копенгаген",
|
||||
"Kolding": "Колдинг",
|
||||
"KohtlaJarve": "Кохтла-Ярве",
|
||||
|
|
|
@ -69,7 +69,11 @@ export let groups = [
|
|||
members: 1,
|
||||
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
|
||||
},
|
||||
|
||||
{
|
||||
location: [["USA","Ohio"], [40.18243610076637, -83.07800532738788]],
|
||||
members: 1,
|
||||
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"]
|
||||
}
|
||||
]
|
||||
|
||||
export let groupsByCountry = {}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"Bulgaria": "Bulgaria",
|
||||
"Colorado": "Colorado",
|
||||
"Georgia": "Georgia",
|
||||
"Ohio": "Ohio",
|
||||
"Montreal": "Montreal",
|
||||
"Kolding": "Kolding",
|
||||
"KohtlaJarve": "Kohtla-Järve",
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"Bulgaria": "Болгария",
|
||||
"Colorado": "Колорадо",
|
||||
"Georgia": "Джорджия",
|
||||
"Ohio": "Огайо",
|
||||
"Copenhagen": "Копенгаген",
|
||||
"Kolding": "Колдинг",
|
||||
"KohtlaJarve": "Кохтла-Ярве",
|
||||
|
|
Loading…
Reference in New Issue