Skip to content

Commit

Permalink
FE-28 🚨 build test 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
전유민 committed Jul 11, 2024
1 parent fc576ed commit 059aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageLayout/MypageLayout/MyPageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function MyPageLayout() {
<div className='w-[640px] h-[648px] mt-[160px] border border-black'>
<p>캘린더</p>
</div>
{/* 감정 차트 - 추후 chart UI로 분리 예정*/}
{/* 감정 차트 */}
<div className='w-[640px] mt-[160px] flex flex-col gap-6'>
<p className='text-black-600 font-semibold text-2xl'>감정 차트</p>
<div className='w-[640px] h-[264px] py-6 px-28 flex justify-between'>
Expand Down

0 comments on commit 059aafc

Please sign in to comment.