Skip to content

Commit

Permalink
Merge pull request #21 from JuditKaramazov/jl-bug-distance-date-not-w…
Browse files Browse the repository at this point in the history
…orking-properly

Bug - Fix distance/date (duplicated coordinates)
  • Loading branch information
JuditKaramazov authored Jul 2, 2024
2 parents 2d18b55 + 79873ca commit 200d578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const PLACES: IPin[] = [
title : 'Kahiki',
city: 'Barcelona',
country: 'Spain',
coordinates: [41.3888, 2.159],
coordinates: [41.38510513305664, 2.1625702381134033],
date: '2024-05-18',
photo: '/photos/AuNedelec/kahiki.jpg'
},
Expand Down Expand Up @@ -75,7 +75,7 @@ export const PLACES: IPin[] = [
title : 'Les gens que j\'aime',
city: 'Barcelona',
country: 'Spain',
coordinates: [41.3888, 2.159],
coordinates: [41.39382553100586, 2.16481614112854],
date: '2024-05-25',
photo: '/photos/AuNedelec/les_gens_que_jaime.jpg'
},
Expand Down

0 comments on commit 200d578

Please sign in to comment.