Added some restaurants
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
|
- '@parcel/watcher'
|
||||||
- '@tailwindcss/oxide'
|
- '@tailwindcss/oxide'
|
||||||
|
|||||||
@@ -213,6 +213,18 @@ const markers: ReviewMarker[] = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Le PAB - Penn Ar Batz",
|
||||||
|
coords: [48.74482870759872, -4.01035568088185],
|
||||||
|
type: "restaurant",
|
||||||
|
food: "mixed",
|
||||||
|
reviews: [
|
||||||
|
{
|
||||||
|
grade: 4.3,
|
||||||
|
text: "Très bonne surprise ; un curry au poulet très bien travaillé et un lieu bien situé."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Fringale",
|
title: "Fringale",
|
||||||
coords: [48.01905889927451, -2.171397985096437],
|
coords: [48.01905889927451, -2.171397985096437],
|
||||||
@@ -796,6 +808,18 @@ const markers: ReviewMarker[] = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Hanami Ramen",
|
||||||
|
coords: [48.10890045994239, -1.67939103014055],
|
||||||
|
type: "restaurant",
|
||||||
|
food: "asian",
|
||||||
|
reviews: [
|
||||||
|
{
|
||||||
|
grade: 3.7,
|
||||||
|
text: "Un ramen qualitatif et avec un bon rapport qualité-prix."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "La Tête enfarinée",
|
title: "La Tête enfarinée",
|
||||||
coords: [48.11105155759505, -1.6783913363236944],
|
coords: [48.11105155759505, -1.6783913363236944],
|
||||||
|
|||||||
Reference in New Issue
Block a user