From 95ff0bf8edf6ff8309984e0f5b81c1d6c2a57a70 Mon Sep 17 00:00:00 2001 From: Ali Nawaz Date: Thu, 23 Jul 2026 22:35:42 +0500 Subject: [PATCH] Rename department 21M to Music Update the 21M DEPARTMENTS label from Music and Theater Arts to Music. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01AWziwfKikfpbH3DpfZUABM --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index ab1035af..d03adebd 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -21,7 +21,7 @@ export const DEPARTMENTS = { "21G": "Global Studies and Languages", "21H": "History", "21L": "Literature", - "21M": "Music and Theater Arts", + "21M": "Music", 22: "Nuclear Science and Engineering", 24: "Linguistics and Philosophy", CC: "Concourse",