We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be94d75 commit ad70c2bCopy full SHA for ad70c2b
1 file changed
src/components/MapData.js
@@ -244,7 +244,15 @@ const MapData = () => {
244
twitter: 'https://twitter.com/PyLadies_BCN',
245
mail: 'pyladies-bcn@googlegroups.com',
246
video: 'https://www.youtube.com/watch?v=JYCcPr4QW_k',
247
- }
+ },
248
+ {
249
+ name: 'Python Bilbao',
250
+ latitude: 43.263002,
251
+ longitude: -2.935004,
252
+ telegram: 'https://t.me/pythonbilbao',
253
+ mail: 'bilbao@es.python.org',
254
+ meetup: 'https://www.meetup.com/python-bilbao/',
255
256
];
257
return groups.map((group, index) => {
258
return (
0 commit comments