diff --git a/src/utils.jsx b/src/utils.jsx index 1134993..8c2d7ab 100644 --- a/src/utils.jsx +++ b/src/utils.jsx @@ -48,7 +48,10 @@ export function prettyCourseName(name) { } export function prettyAulaName(name) { - return name.replace('FIB', 'Fib').replace(/([A-Z0-9])\-LAB/, 'Lab $1') + return name + .replace('FIB', 'Fib') + .replace('RIUNIONI', 'Riunioni') + .replace(/([A-Z0-9])\-LAB/, 'Lab $1') } export function prettyProfName(nome, cognome) {