From b443b32e4cd797489030df7ba86f2eebc32000f6 Mon Sep 17 00:00:00 2001 From: Calvin Cheng Date: Tue, 26 Sep 2023 18:00:34 -0700 Subject: [PATCH] Add contributor calvincheng919 (#981) * chore(docs):add Calvin's information to openbeta-devs file --- src/assets/contributors-map.geojson | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/assets/contributors-map.geojson b/src/assets/contributors-map.geojson index 767a92d2c..022cbbf25 100644 --- a/src/assets/contributors-map.geojson +++ b/src/assets/contributors-map.geojson @@ -120,6 +120,21 @@ 35.200139741452986 ] } - } + }, + { + "type": "Feature", + "properties": { + "firstName": "Calvin", + "githubId": "calvincheng919", + "favoriteCrag": "f3c655b6-9c95-597f-aaa6-fd7d8a4865ec" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -121.31531, + 44.05817299999998 + ] + } + } ] -} +} \ No newline at end of file