diff --git a/src/components/CharacterImageList.tsx b/src/components/CharacterImageList.tsx index 8bf585b..dbe2f85 100644 --- a/src/components/CharacterImageList.tsx +++ b/src/components/CharacterImageList.tsx @@ -121,7 +121,11 @@ function CharacterImageList({ checked={selectedObject.id == img.id} onChange={handleClickRadioButton} /> - sample + sample ))} @@ -185,7 +189,7 @@ function CharacterImageList({ /> sample diff --git a/src/components/ResultImageList.tsx b/src/components/ResultImageList.tsx index d67ee14..b2a96ce 100644 --- a/src/components/ResultImageList.tsx +++ b/src/components/ResultImageList.tsx @@ -69,7 +69,11 @@ function ResultImageList({ object }: ImageListProps) { key={img.id} className="col-span-1 relative justify-center bg-slate-50 border-8 border-slate-50" > - sample + sample
  • (
    - sample + sample
    sample