Skip to content

Commit

Permalink
fix: 일부 미반영 아이콘 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard committed May 11, 2024
1 parent 8fa9274 commit 001a3f2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/common/sidebar/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,17 @@ export const menu: MenusType = {
back: '/team/-team-/deploy/-deploy-/container',
menu: [
{
icon: 'ph:circles-four-light',
icon: 'f7:shippingbox',
name: '컨테이너 상태',
link: 'team/-team-/deploy/-deploy-/container/-container-',
},
{ icon: 'f7:shippingbox', name: '배포 내역', link: `team/-team-/deploy/-deploy-/container/-container-/history` },
{
icon: 'f7:shippingbox',
icon: 'ph:list-bold',
name: '배포 내역',
link: `team/-team-/deploy/-deploy-/container/-container-/history`,
},
{
icon: 'uil:analytics',
name: '요청 통계',
link: `team/-team-/deploy/-deploy-/container/-container-/analytics`,
},
Expand Down

0 comments on commit 001a3f2

Please sign in to comment.