From 3d7d16d5411cf743b8760370357310032a04eb8c Mon Sep 17 00:00:00 2001 From: minjilee Date: Thu, 4 Aug 2022 13:13:03 +0900 Subject: [PATCH] chore: fix image --- src/components/CharacterImageList.tsx | 8 ++++++-- src/components/ResultImageList.tsx | 6 +++++- src/components/UserPageCharacterImageList.tsx | 6 +++++- src/pages/Result.js | 5 +++-- 4 files changed, 19 insertions(+), 6 deletions(-) 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