Skip to content

Commit 0f5081a

Browse files
committed
fix: dashboard
1 parent e3b9433 commit 0f5081a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core-service/src/main/resources/templates/cohort-dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
88
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js"
99
crossorigin="anonymous"></script>
10+
<link rel="stylesheet" th:href="@{/css/dashboard.css}">
1011
</head>
1112
<section>
1213
<input type="hidden" id="activityId" th:value="${activityId}" />

0 commit comments

Comments
 (0)