Skip to content

Commit

Permalink
Merge pull request #2 from AuNedelec/an/paris-picture
Browse files Browse the repository at this point in the history
Add new Paris pin (Tour Eiffel)
  • Loading branch information
JuditKaramazov authored May 4, 2024
2 parents 28ec4a9 + af3c186 commit 9f49612
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added public/photos/AuNedelec/paris-eiffel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ export const PLACES: IPin[] = [
date: '2024-04-15',
photo: '/photos/JuditKaramazov/mataro.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Picture,
city: 'Paris',
country: 'France',
coordinates: [48.85785675048828, 2.3009138107299805],
date: '2024-05-03',
photo: '/photos/AuNedelec/paris-eiffel.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
Expand Down

0 comments on commit 9f49612

Please sign in to comment.