From 4c3907047e85c0e880ef98a8225e663ae6960502 Mon Sep 17 00:00:00 2001 From: nasubi916 Date: Mon, 23 Sep 2024 18:54:38 +0900 Subject: [PATCH] =?UTF-8?q?seed=E3=81=AE=E6=96=87=E7=AB=A0=E5=A2=97?= =?UTF-8?q?=E3=82=84=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/data.ts | 20 ++++++++++---------- src/routes/_auth/seeds/index.tsx | 12 +++++------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/src/assets/data.ts b/src/assets/data.ts index b639bf1..47b8899 100644 --- a/src/assets/data.ts +++ b/src/assets/data.ts @@ -314,7 +314,7 @@ export const seedsData: Array> = [ { seed_id: "1", created_at: "2024-09-22T00:00:00Z", - description: "屋上庭園のある公共施設が欲しい", + description: "大人も子どもも楽しめる屋上庭園のあるパーク施設が欲しい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "1", @@ -322,7 +322,7 @@ export const seedsData: Array> = [ { seed_id: "2", created_at: "2024-09-22T00:00:00Z", - description: "静かに読書できる屋外ブックカフェが欲しい", + description: "静かに読書ができて昼食も取れて一日中滞在できるような屋外ブックカフェが欲しい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "1", @@ -338,7 +338,7 @@ export const seedsData: Array> = [ { seed_id: "4", created_at: "2024-09-22T00:00:00Z", - description: "公園にハンモックエリアを作ってほしい", + description: "ゆったりできる公園にハンモックエリアを作ってほしい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "1", @@ -346,7 +346,7 @@ export const seedsData: Array> = [ { seed_id: "5", created_at: "2024-09-22T00:00:00Z", - description: "人工芝の広がる場所がほしい", + description: "地面に寝っ転がれる人工芝の広がる場所がほしい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "4", @@ -362,7 +362,7 @@ export const seedsData: Array> = [ { seed_id: "8", created_at: "2024-09-22T00:00:00Z", - description: "新鮮な野菜を使ったレストランが欲しい", + description: "近くの新鮮な野菜を使ったレストランが欲しい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "3", @@ -378,7 +378,7 @@ export const seedsData: Array> = [ { seed_id: "10", created_at: "2024-09-22T00:00:00Z", - description: "地元の農産物を使った安くて美味しいレストランが欲しい", + description: "アットホームな雰囲気の地元の農産物を使った安くて美味しいレストランが欲しい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "3", @@ -386,7 +386,7 @@ export const seedsData: Array> = [ { seed_id: "11", created_at: "2024-09-22T00:00:00Z", - description: "コミュニティスペースを増やしてほしい", + description: "若者から高齢者まで幅広い世代がコミュニティスペースを増やしてほしい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "2", @@ -418,7 +418,7 @@ export const seedsData: Array> = [ { seed_id: "15", created_at: "2024-09-22T00:00:00Z", - description: "地元の高齢者が運営する昔ながらの食堂が欲しい", + description: "地元の伝統料理など高齢者が運営する昔ながらの食堂が欲しい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "4", @@ -426,7 +426,7 @@ export const seedsData: Array> = [ { seed_id: "16", created_at: "2024-09-22T00:00:00Z", - description: "地域の経済を活性化させたい", + description: "地域の経済を学生の力で活性化させたい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "6", @@ -434,7 +434,7 @@ export const seedsData: Array> = [ { seed_id: "17", created_at: "2024-09-22T00:00:00Z", - description: "地域の特産品を販売する常設マルシェが欲しい", + description: "地域の農家や漁師などの生産者と直接顔をあわせて、特産品を販売する常設マルシェが欲しい", location: { lon: 136.886326, lat: 35.172757 }, sower_id: "1", category_id: "4", diff --git a/src/routes/_auth/seeds/index.tsx b/src/routes/_auth/seeds/index.tsx index de6ca7c..5bd2fa3 100644 --- a/src/routes/_auth/seeds/index.tsx +++ b/src/routes/_auth/seeds/index.tsx @@ -75,13 +75,11 @@ export const Route = createFileRoute("/_auth/seeds/")({ return ( - - - + ); })}