Skip to content

Commit

Permalink
design: 미사용 UI제거
Browse files Browse the repository at this point in the history
  • Loading branch information
MinGu-Jeong committed Aug 6, 2023
1 parent 5d64546 commit d2c0e5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Nav() {
)}
<S.NavMenu>MY</S.NavMenu>
<S.NavAlarmDateContainer>
<S.NavAlarm>알람발생 위치</S.NavAlarm>
<S.NavAlarm></S.NavAlarm>
<S.NavDate>{date}</S.NavDate>
</S.NavAlarmDateContainer>
</S.Nav>
Expand Down
1 change: 0 additions & 1 deletion src/components/Nav.style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const NavAlarm = styled.div`
margin-left: 100px;
width: 250px;
height: 80px;
border: 1px solid #000;
text-align: center;
`;
export const NavDate = styled.div`
Expand Down

0 comments on commit d2c0e5b

Please sign in to comment.