Skip to content

Commit e17af29

Browse files
authored
Update dashboard.html
Updated
1 parent 4b64649 commit e17af29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dashboard.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,10 @@ <h3 id="modal-title"></h3>
243243
renderRecommendationCards(data.recommendations);
244244
} catch (error) {
245245
showError("Failed to load agricultural recommendations");
246+
document.getElementById('recommendations-card').innerHTML = `
247+
<h3 class="card-title">🌱 Expert Recommendations</h3>
248+
<div class="loading">❌ Failed to load recommendations.</div>
249+
`;
246250
}
247251
}
248252

0 commit comments

Comments
 (0)