Skip to content

Commit

Permalink
Merge pull request #1 from AuNedelec/an/paris-pin
Browse files Browse the repository at this point in the history
Add Paris pin
  • Loading branch information
JuditKaramazov authored May 4, 2024
2 parents e932e19 + efa22dc commit 28ec4a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added public/photos/AuNedelec/paris.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ export const PLACES: IPin[] = [
date: '2024-04-15',
photo: '/photos/JuditKaramazov/mataro.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Coffee,
title: 'Le Triomphe',
city: 'Paris',
country: 'France',
coordinates: [48.84734344482422, 2.395885944366455],
date: '2024-05-03',
photo: '/photos/AuNedelec/paris.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit 28ec4a9

Please sign in to comment.