Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…react-foundation into feat-hyoeun
  • Loading branch information
Hyoeunkh committed Jun 28, 2024
2 parents 1164797 + 18da5d2 commit a3f20b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const config: StorybookConfig = {
options: {},
},
staticDirs: ['../public'],

webpackFinal: async (config) => {
if (config.resolve?.plugins) {
config.resolve.plugins = config.resolve.plugins || [];
Expand Down
2 changes: 1 addition & 1 deletion src/components/GoodsItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const GoodsItemWrapper = styled.div`
width: 100%;
}
`;

const RankingNumber = styled.div<IGoodsItem>`
width: 20px;
position: absolute;
left: 4px;
top: 4px;
Expand Down
2 changes: 2 additions & 0 deletions src/stories/GoodsItem.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Default.args = {
imageSrc: 'https://t1.kakaocdn.net/friends/www/talk/kakaofriends_talk_2018.png',
subtitle: '카카오 프렌즈 특별 한정판',
title: '[특가] 카카오 프렌즈 특별 한정판 브라이트 쿠션',
subtitle: 'circle',
title: 'auto',
amount: 10000,
rankingIndex: 1,
};

0 comments on commit a3f20b1

Please sign in to comment.