Skip to content

Commit

Permalink
🎉 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeon-park committed Nov 1, 2023
1 parent 14f08e2 commit 86be8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(root)/(routes)/items/[itemId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type ItemPageProps = {

const ItemPage = ({ params }: ItemPageProps) => {
return (
<main className="flex-col min-h-screen pt-14 bg-background-color">
<main className="flex-col min-h-screen bg-background-color">
<div>이미지 슬라이더 영역</div>
<ProfileSection userName="임시이름" />
<div>아이템 상세정보 영역</div>
Expand Down

0 comments on commit 86be8c0

Please sign in to comment.