Skip to content

Commit ad70c2b

Browse files
authored
Añadir comunidad Python Bilbao (#166)
* Añadir comunidad: Python Bilbao
1 parent be94d75 commit ad70c2b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/MapData.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,15 @@ const MapData = () => {
244244
twitter: 'https://twitter.com/PyLadies_BCN',
245245
mail: 'pyladies-bcn@googlegroups.com',
246246
video: 'https://www.youtube.com/watch?v=JYCcPr4QW_k',
247-
}
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+
},
248256
];
249257
return groups.map((group, index) => {
250258
return (

0 commit comments

Comments
 (0)