From f86edb9f6cb0baf7d88d7c84de1f845cd897aa86 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 23 Jan 2023 23:43:01 +0100 Subject: [PATCH] fix: Beh che dire --- src/utils.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.jsx b/src/utils.jsx index 9a05af2..1134993 100644 --- a/src/utils.jsx +++ b/src/utils.jsx @@ -42,6 +42,7 @@ export function prettyCourseName(name) { }) .join(' ') .replaceAll('Ii', 'II') + .replaceAll('IIi', 'III') .replaceAll('Iii', 'III') .replaceAll(/'(.)/g, ({}, letter) => "'" + letter.toUpperCase()) }