diff --git a/src/app/PosePicker.js b/src/app/PosePicker.js index 6afbc74..c0bc7d1 100644 --- a/src/app/PosePicker.js +++ b/src/app/PosePicker.js @@ -65,6 +65,7 @@ function PosePicker({ - + {outfitState.emotion === "HAPPY" && ( + + )} + {outfitState.emotion === "SAD" && ( + + )} + {outfitState.emotion === "SICK" && ( + + )} @@ -109,20 +118,20 @@ function PosePicker({ - + - + - + - + - + ; +function EmojiImage({ src, alt }) { + return {alt}; } function usePoses(outfitState) {