Skip to content

Commit

Permalink
Fix distance/date (duplicated coordinates)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed Jul 2, 2024
1 parent 2d18b55 commit 79873ca
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 79873ca

Please sign in to comment.