Skip to content

Commit c5690cf

Browse files
committed
filenamechange
1 parent de6b049 commit c5690cf

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Let's Print - Business Owner Dashboard</title>
7-
<link rel="stylesheet" href="dashboard.css">
7+
<link rel="stylesheet" href="business-owner-dashboard.css">
88
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
99
</head>
1010
<body>
@@ -1041,6 +1041,6 @@ <h3>Key Performance Indicators</h3>
10411041
</main>
10421042
</div>
10431043

1044-
<script src="dashboard.js"></script>
1044+
<script src="business-owner-dashboard.js"></script>
10451045
</body>
10461046
</html>

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ function selectTemplate(templateName) {
460460

461461
// Redirect to dashboard after 2 seconds
462462
setTimeout(() => {
463-
window.location.href = 'dashboard.html';
463+
window.location.href = 'business-owner-dashboard.html';
464464
}, 2000);
465465
}, 300);
466466
}, 2000);

0 commit comments

Comments
 (0)