From 7cdc1dfb8b8914842cd4cab8bdb460489375236c Mon Sep 17 00:00:00 2001 From: monoharada <46806046+monoharada@users.noreply.github.com> Date: Wed, 8 May 2024 09:59:28 +0900 Subject: [PATCH] Update descriptionData.tsx --- src/api/descriptionData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/descriptionData.tsx b/src/api/descriptionData.tsx index db9f929..0571be4 100644 --- a/src/api/descriptionData.tsx +++ b/src/api/descriptionData.tsx @@ -27,5 +27,5 @@ export const descriptionList: DescriptionListItem[] = [ title: "居住", contents: "東京", }, - { title: "家族", contents: "妻・長男(10歳)・長女(7歳)" }, + { title: "家族", contents: "妻・長男(11歳)・長女(8歳)" }, ]