Skip to content

Commit

Permalink
feat: Add banner Admin navigation tab data
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Nov 11, 2024
1 parent 736ab87 commit 10b5632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ export const MENU_LIST = [
MenuIcon: IcAlarmMenu,
path: ['/alarmAdmin'],
},
{ title: '광고 배너 관리', MenuIcon: IcAlarmMenu, path: ['/bannerAdmin'] },
];

0 comments on commit 10b5632

Please sign in to comment.