From a63f2ade2e5fb9244a4bfbfd33ecba8a56b2fa68 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Fri, 5 Jun 2026 16:11:08 +0200 Subject: [PATCH] Added some restaurants --- pnpm-workspace.yaml | 1 + src/stores/reviews.ts | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index fd050a4..bff00c5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ onlyBuiltDependencies: + - '@parcel/watcher' - '@tailwindcss/oxide' diff --git a/src/stores/reviews.ts b/src/stores/reviews.ts index fe880c8..a083928 100644 --- a/src/stores/reviews.ts +++ b/src/stores/reviews.ts @@ -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", 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", coords: [48.11105155759505, -1.6783913363236944],