Skip to content

Commit

Permalink
refactor: divsection 태그로 변경 (시맨틱 태그 사용)
Browse files Browse the repository at this point in the history
  • Loading branch information
feb-dain committed May 18, 2023
1 parent 02ccfbd commit 883f88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/cart/Order.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Order = () => {
};

const S = {
Wrapper: styled.div`
Wrapper: styled.section`
max-width: 448px;
margin-top: 40px;
padding-bottom: 38px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/cart/SelectedProductList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const SelectedProductList = () => {
};

const S = {
Wrapper: styled.div`
Wrapper: styled.section`
width: 100%;
max-width: 736px;
max-height: 410px;
Expand Down

0 comments on commit 883f88b

Please sign in to comment.