Skip to content

Commit

Permalink
Merge branch 'epic/FE-13--main-page' into feat/FE-16
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee authored Aug 1, 2024
2 parents 6ab3d68 + eb017ee commit 88514d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/main/TodayEmotion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function TodayEmotion() {
};

if (!isVisible) return null;

return (
<div className='w-[312px] md:w-[384px] lg:w-[640px]'>
<h1 className='text-black-600 font-semibold font-pretendard leading-loose text-[16px] lg:text-[24px]'>오늘의 감정</h1>
Expand Down

0 comments on commit 88514d8

Please sign in to comment.