Skip to content

Commit

Permalink
Refactor: 필요없는 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
navyjeongs committed Sep 9, 2023
1 parent 1ea0833 commit 940f217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sidebar/ChannelCircle/ChannelCircle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const ChannelBtn = styled.div<{ url?: string }>`
css`
background-image: url(${prop.url});
background-size: 100% 75%;
background-position: center top; /* 배경 이미지를 가운데 정렬하고 위에서부터 정렬합니다. */
background-repeat: no-repeat; /* 배경 이미지 반복을 비활성화합니다. */
background-position: center top;
background-repeat: no-repeat;
`}
&:hover {
Expand Down

0 comments on commit 940f217

Please sign in to comment.