Skip to content

Commit

Permalink
Merge pull request #18 from AuNedelec/an/aquarium_bcn
Browse files Browse the repository at this point in the history
Add new pin for Barcelona Acquarium
  • Loading branch information
JuditKaramazov authored Jun 22, 2024
2 parents d33764f + 0a2c7de commit b912692
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added public/photos/AuNedelec/aquarium-bcn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/data/places.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
import { IPin, EPinType } from 'src/lib/types'

export const PLACES: IPin[] = [

{
author: 'Auregan Nedelec',
username: 'AuNedelec',
type: EPinType.Event,
title : 'Aquàrium Barcelona',
city: 'Barcelona',
country: 'Spain',
coordinates: [41.3770228,2.1844112],
date: '2024-06-10',
photo: '/photos/AuNedelec/aquarium-bcn.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit b912692

Please sign in to comment.