Skip to content

Commit

Permalink
Merge pull request #5 from AuNedelec/lyon_cafe
Browse files Browse the repository at this point in the history
Add new coffee pin (Lyon Particule)
  • Loading branch information
JuditKaramazov authored May 11, 2024
2 parents 5281e01 + c7b78c2 commit b9b9812
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
File renamed without changes
Binary file added public/photos/AuNedelec/lyon_particule.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions src/data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const PLACES: IPin[] = [
country: 'Poland',
coordinates: [50.049683, 19.944544],
date: '2022-06-04',
photo: '/photos/AuNedelec/krakow.jpeg'
photo: '/photos/AuNedelec/krakow.jpg'
},
{
author: 'Auregan Nedelec',
Expand All @@ -62,7 +62,7 @@ export const PLACES: IPin[] = [
country: 'Poland',
coordinates: [50.062374114990234, 19.9366512298584],
date: '2022-06-04',
photo: '/photos/AuNedelec/europeska_krakow.jpeg'
photo: '/photos/AuNedelec/europeska_krakow.jpg'
},
{
author: 'Judit Lázaro',
Expand All @@ -75,6 +75,17 @@ export const PLACES: IPin[] = [
date: '2022-12-11',
photo: '/photos/JuditKaramazov/lyon-fete-lumieres.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Coffee,
title : 'Lyon Particule',
city: 'Lyon',
country: 'France',
coordinates: [45.761122, 4.8280905],
date: '2022-09-18',
photo: '/photos/AuNedelec/lyon_particule.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit b9b9812

Please sign in to comment.