Updated Announcement

This commit is contained in:
andrei-mihnea-cerbu
2025-02-12 18:15:56 +02:00
parent 23802acd98
commit 3ed7efa806
6 changed files with 9 additions and 5 deletions
@@ -87,6 +87,8 @@ async function fetchDepartments() {
return;
}
console.log(filteredDepartments)
filteredDepartments.forEach(department => {
const departmentDiv = document.createElement('div');
departmentDiv.classList.add('department-card');