Skip to content

Commit

Permalink
refactor/BibimMandu-IssueTacker#158: 사이드바 컴포넌트 내부 인디케이터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdflrgs committed Aug 11, 2023
1 parent 5eb2c17 commit 2d7fa7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FE/src/components/SideBar/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default function SideBar() {
<Container>
<ItemList>
<DropdownIndicator
type={"none"}
icon={"plus"}
label={"담당자"}
padding={"0px"}
Expand All @@ -15,6 +16,7 @@ export default function SideBar() {
</ItemList>
<ItemList>
<DropdownIndicator
type={"none"}
icon={"plus"}
label={"레이블"}
padding={"0px"}
Expand All @@ -24,6 +26,7 @@ export default function SideBar() {
</ItemList>
<ItemList>
<DropdownIndicator
type={"none"}
icon={"plus"}
label={"마일스톤"}
padding={"0px"}
Expand Down

0 comments on commit 2d7fa7c

Please sign in to comment.