Skip to content

Commit

Permalink
feat: add Lisboa pin (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumafepe authored Dec 7, 2024
1 parent ce1685e commit ae1898c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/places.ts
Original file line number Diff line number Diff line change
Expand Up @@ -789,5 +789,16 @@ export const PLACES: IPin[] = [
coordinates: [50.08494, 14.42207],
date: '2024-09-22',
photo: '/photos/laraujo7/prague.jpg'
},
{
author: ['Luís Pereira', 'Rui Oliveira', 'Tiago Pereira'],
username: ['lumafepe', 'ruioliveira02', 'tiago-bacelar'],
type: EPinType.Sticker,
city: 'Lisboa',
country: 'Portugal',
coordinates: [38.736822, -9.138451],
date: '2024-12-01',
photo: '/photos/lumafepe,ruioliveira02,tiago-bacelar/lisboa.jpg',
orientation: 'horizontal'
}
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae1898c

Please sign in to comment.