diff --git a/frontend/static/js/components/common-header.js b/frontend/static/js/components/common-header.js index a7b58ab..1e13e6d 100644 --- a/frontend/static/js/components/common-header.js +++ b/frontend/static/js/components/common-header.js @@ -74,17 +74,18 @@ class CommonHeader { url: '/issues-archive.html', pageName: 'issues_archive', color: 'text-gray-600' - }, - { - id: 'issues_dashboard', - title: '현황판', - icon: 'fas fa-chart-line', - url: '/issues-dashboard.html', - pageName: 'issues_dashboard', - color: 'text-purple-600' } ] }, + { + id: 'issues_dashboard', + title: '현황판', + icon: 'fas fa-chart-line', + url: '/issues-dashboard.html', + pageName: 'issues_dashboard', + color: 'text-purple-600', + bgColor: 'bg-purple-50 hover:bg-purple-100' + }, { id: 'reports', title: '보고서',