Skip to content

Commit

Permalink
Merge pull request #6 from AuNedelec/kahiti_bar
Browse files Browse the repository at this point in the history
Add coffee pin type for Kahiki bar in Barcelona.
  • Loading branch information
JuditKaramazov authored May 23, 2024
2 parents b9b9812 + de07358 commit abac338
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added public/photos/AuNedelec/kahiki.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 @@ -12,6 +12,17 @@ export const PLACES: IPin[] = [
date: '2024-02-08',
photo: '/photos/JuditKaramazov/barcelona-la-central.jpg'
},
{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Coffee,
title : 'Kahiki',
city: 'Barcelona',
country: 'Spain',
coordinates: [41.3888, 2.159],
date: '2024-05-18',
photo: '/photos/AuNedelec/kahiki.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit abac338

Please sign in to comment.