Skip to content

Commit

Permalink
Fix latitude longitude
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Oct 4, 2023
1 parent 016c210 commit 4b90120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions members/members/adiati98.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export const adiati98: MemberObject = {
],
badges: ['Hacktoberfest2022', 'Hacktoberfest2023'],
location: {
latitude: 41.6008681,
longitude: -87.6069894,
title: 'South Holland, Netherlands',
latitude: 52.020798,
longitude: 4.493784,
title: 'Zuid Holland, Netherlands',
},
};

0 comments on commit 4b90120

Please sign in to comment.