Skip to content

Commit

Permalink
project 1 のdataを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ROTO0504 committed Oct 11, 2024
1 parent 1aa9f79 commit cd74486
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/assets/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,29 +280,29 @@ export const sponsorDataData: Array<
fruits: [
{
fruit_id: "4",
name: "支援1",
name: "5% OFFクーポン",
created_at: "2024-09-22T00:00:00Z",
description: "支援1の説明",
description: "開店後、入場料1回5%OFFでご利用いただけます",
amount_of_money: 1000,
key_visual: "https://via.placeholder.com/150",
project_id: "2",
sponsor_id: "1",
},
{
fruit_id: "5",
name: "支援2",
name: "10% OFFクーポン",
created_at: "2024-09-22T00:00:00Z",
description: "支援2の説明",
description: "開店後、入場料1回10%OFFでご利用いただけます",
amount_of_money: 3000,
key_visual: "https://via.placeholder.com/150",
project_id: "2",
sponsor_id: "1",
},
{
fruit_id: "6",
name: "支援3",
name: "入場料一生10%OFF",
created_at: "2024-09-22T00:00:00Z",
description: "支援3の説明",
description: "開店後、屋上庭園の入場料を一生10%OFFでご利用いただけます",
amount_of_money: 3000,
key_visual: "https://via.placeholder.com/150",
project_id: "2",
Expand Down

0 comments on commit cd74486

Please sign in to comment.