Skip to content

Commit

Permalink
Merge pull request #183 from Make-A-Wish-Sopt/develop
Browse files Browse the repository at this point in the history
Main 병합
  • Loading branch information
myeongheonhong committed Jan 9, 2024
2 parents 575c379 + 9ae1aa1 commit 4fe2593
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 4fe2593

Please sign in to comment.