Skip to content

Commit

Permalink
πŸ’„ Style(#47): μŠ€ν…Œλ”” 상세 νŽ˜μ΄μ§€ μ΅œμƒλ‹¨ div w-full 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 committed Nov 4, 2023
1 parent 0643018 commit 1b22f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(steady)/steady/detail/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const SteadyDetailPage = ({ params }: { params: PageParams }) => {
const router = useRouter();
console.log(params);
return (
<>
<div className="w-full">
<div className="flex flex-col gap-20">
<button onClick={() => router.back()}>
<Icon
Expand Down Expand Up @@ -239,7 +239,7 @@ const SteadyDetailPage = ({ params }: { params: PageParams }) => {
</Button>
</div>
</div>
</>
</div>
);
};

Expand Down

0 comments on commit 1b22f04

Please sign in to comment.