Skip to content

Commit

Permalink
feat: 기타 옷차림 문구 수정 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
presentKey committed Oct 1, 2024
1 parent ff9042a commit ea1333b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Home/components/RecommendClothes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ const outFitName: Record<OutfitType, string> = {
TOP: '상의',
LAYERED: '상의',
BOTTOM: '하의',
ETC: '꼭 알아두세요!',
BASIC_UMBRELLA: '꼭 알아두세요!',
FOLDING_UMBRELLA: '꼭 알아두세요!',
ETC: '꼭 챙기세요!',
BASIC_UMBRELLA: '꼭 챙기세요!',
FOLDING_UMBRELLA: '꼭 챙기세요!',
};

function getClothesImage(names: ClothesImageName[] | string[]) {
Expand Down

0 comments on commit ea1333b

Please sign in to comment.