Skip to content

Commit

Permalink
Merge pull request #7 from AuNedelec/montjuic
Browse files Browse the repository at this point in the history
Add picture of Castell de Montjuïc as a travel location with EPinType.Picture.
  • Loading branch information
JuditKaramazov authored May 26, 2024
2 parents abac338 + 656d57b commit 0058be3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added public/photos/AuNedelec/montjuic.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 @@ -23,6 +23,17 @@ export const PLACES: IPin[] = [
date: '2024-05-18',
photo: '/photos/AuNedelec/kahiki.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Picture,
title : 'Castell de Montjuïc',
city: 'Montjuïc, Barcelona',
country: 'Spain',
coordinates: [41.3687339, 2.1690936],
date: '2024-05-18',
photo: '/photos/AuNedelec/montjuic.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit 0058be3

Please sign in to comment.