- added instructor dashboard page;

This commit is contained in:
Vitalii Kiiko
2024-10-16 11:48:05 +02:00
parent 782ec5fda7
commit 487c6d0715
18 changed files with 693 additions and 160 deletions

View File

@@ -14,6 +14,9 @@ const getBandoSeverity = (status) => {
case 'DRAFT':
return 'warning';
case 'AWAITING':
return 'warning';
case 'EXPIRED':
return 'closed';