Skip to content

Commit

Permalink
Update places.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AuNedelec committed May 10, 2024
1 parent e23d17e commit a939b52
Showing 1 changed file with 11 additions and 0 deletions.
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: 'Can Margarit',
city: 'Mataró',
country: 'Spain',
coordinates: [40.741895, -73.989308],
date: '2024-05-6',
photo: '/photos/AuNedelec/can_margarit_mataro.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
Expand Down

0 comments on commit a939b52

Please sign in to comment.