Spaces:
Running
Running
Manual changes saved
Browse files- scorecard.html +1 -1
scorecard.html
CHANGED
|
@@ -276,7 +276,7 @@
|
|
| 276 |
if (answer.score < 5) {
|
| 277 |
let advice = industrySpecificAdvice[app.state.industry]?.[answer.section] || summarySnippets[answer.section] || 'Focus on improving this area.';
|
| 278 |
const destination = `academy.html`;
|
| 279 |
-
recommendationHTML = `<div class="mt-3 pt-3 border-t border-purple-400 bg-red-800/20 p-3 rounded-b-lg -m-4 mt-4"><p class="text-sm font-medium text-red-200"><strong>Recommendation:</strong> ${advice} <a href="${destination}" class="font-bold underline hover:text-red-100">learn more</a></p></div>`;
|
| 280 |
}
|
| 281 |
const scoreRatio = answer.score / 9;
|
| 282 |
let scoreColor = 'text-red-300';
|
|
|
|
| 276 |
if (answer.score < 5) {
|
| 277 |
let advice = industrySpecificAdvice[app.state.industry]?.[answer.section] || summarySnippets[answer.section] || 'Focus on improving this area.';
|
| 278 |
const destination = `academy.html`;
|
| 279 |
+
recommendationHTML = `<div class="mt-3 pt-3 border-t border-purple-400 bg-red-800/20 p-3 rounded-b-lg -m-4 mt-4"><p class="text-sm font-medium text-red-200"><strong>Recommendation:</strong> ${advice} <a href="#" data-link="${destination}" class="font-bold underline hover:text-red-100 academy-link">learn more</a></p></div>`;
|
| 280 |
}
|
| 281 |
const scoreRatio = answer.score / 9;
|
| 282 |
let scoreColor = 'text-red-300';
|