diff --git a/ccw/src/templates/dashboard-js/views/project-overview.js b/ccw/src/templates/dashboard-js/views/project-overview.js index bc5e73dd..ebc3e42e 100644 --- a/ccw/src/templates/dashboard-js/views/project-overview.js +++ b/ccw/src/templates/dashboard-js/views/project-overview.js @@ -191,6 +191,9 @@ function renderProjectOverview() { `; + + // Initialize Lucide icons + if (typeof lucide !== 'undefined') lucide.createIcons(); } function renderDevelopmentIndex(devIndex) { diff --git a/ccw/src/templates/dashboard-js/views/session-detail.js b/ccw/src/templates/dashboard-js/views/session-detail.js index 2e80d129..053e0a01 100644 --- a/ccw/src/templates/dashboard-js/views/session-detail.js +++ b/ccw/src/templates/dashboard-js/views/session-detail.js @@ -112,6 +112,9 @@ function showSessionDetailPage(sessionKey) { `; + + // Initialize Lucide icons + if (typeof lucide !== 'undefined') lucide.createIcons(); } function goBackToSessions() {