Skip to content

Commit

Permalink
Add new pin (Barcelona, coffee marker)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed May 10, 2024
1 parent 4f20fc0 commit f683052
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
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
@@ -1,6 +1,17 @@
import { IPin, EPinType } from 'src/lib/types'

export const PLACES: IPin[] = [
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
type: EPinType.Coffee,
title : 'La Central',
city: 'Barcelona',
country: 'Spain',
coordinates: [41.38331985473633, 2.168530225753784],
date: '2024-02-08',
photo: '/photos/JuditKaramazov/barcelona-la-central.jpg'
},
{
author: 'Judit Lázaro',
username: 'JuditKaramazov',
Expand Down

0 comments on commit f683052

Please sign in to comment.