Skip to content

Commit

Permalink
Merge pull request #177 from Make-A-Wish-Sopt/fix/176-cakeImg
Browse files Browse the repository at this point in the history
[ fix ] 케이크 이미지 수정
  • Loading branch information
nkavay authored Dec 29, 2023
2 parents a4d4b04 + caace4a commit d74b922
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions constant/cakeList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,22 @@ export const CAKE_LIST: CakeListType[] = [
smallImage: PerfumeCakeSmallImg,
cakeNumber: 8,
},
// {
// name: '구리구리 똥 케이크',
// price: 0,
// cakeImage: PoopCakeImg,
// detailImage: PoopCakeDetailImg,
// thanksImage: PoopCakeThanksImg,
// smallImage: PoopCakeSmallImg,
// cakeNumber: 1,
// },
{
name: '루돌프 사슴코 케이크',
name: '구리구리 똥 케이크',
price: 0,
cakeImage: RudolphCakeImg,
detailImage: RudolphCakeDetailImg,
thanksImage: RudolphCakeThanksImg,
smallImage: RudolphCakeSmallImg,
cakeImage: PoopCakeImg,
detailImage: PoopCakeDetailImg,
thanksImage: PoopCakeThanksImg,
smallImage: PoopCakeSmallImg,
cakeNumber: 1,
},
// {
// name: '루돌프 사슴코 케이크',
// price: 0,
// cakeImage: RudolphCakeImg,
// detailImage: RudolphCakeDetailImg,
// thanksImage: RudolphCakeThanksImg,
// smallImage: RudolphCakeSmallImg,
// cakeNumber: 1,
// },
];
Binary file modified public/assets/images/mainCakeImg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/images/mainEndCakeImg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d74b922

Please sign in to comment.