Skip to content

Commit ae97aff

Browse files
committed
Disambiguate venue name as StartGate Istanbul
1 parent 26aee32 commit ae97aff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/data/event.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ export const event = {
2020
name: "Python Türkiye",
2121
},
2222
venue: {
23-
name: "StartGate",
23+
name: "StartGate Istanbul",
2424
addressLine: "Maslak Mah. Eski Büyükdere Cad. No:21",
2525
district: "Sarıyer / İstanbul",
2626
url: "https://www.startgate.com/",
27-
mapsUrl: "https://maps.google.com/?q=StartGate+Maslak+Eski+Büyükdere+Caddesi+21",
27+
mapsUrl:
28+
"https://maps.google.com/?q=StartGate+Maslak+Eski+Büyükdere+Caddesi+21",
2829
},
2930
cfp: {
3031
url: cfpUrl,

0 commit comments

Comments
 (0)