From 4c8f03ca47f3885b1ef84c3ad5e96a2c25fc6caa Mon Sep 17 00:00:00 2001 From: Samuel Gunter Date: Tue, 1 Oct 2024 22:59:28 -0500 Subject: [PATCH] chore: update course schedules (#249) --- src/views/components/calendar/ImportantLinks.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/components/calendar/ImportantLinks.tsx b/src/views/components/calendar/ImportantLinks.tsx index 7365ec20..f620b9f4 100644 --- a/src/views/components/calendar/ImportantLinks.tsx +++ b/src/views/components/calendar/ImportantLinks.tsx @@ -14,18 +14,18 @@ interface LinkItem { } const links: LinkItem[] = [ + { + text: "Spring '25 Course Schedule", + url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20252/', + }, { text: "Fall '24 Course Schedule", url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20249/', }, - { - text: "Summer '24 Course Schedule", - url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20246/', - }, - { - text: "Spring '24 Course Schedule", - url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20242/', - }, + // { + // text: "Summer '24 Course Schedule", + // url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20246/', + // }, { text: 'Registration Info Sheet', url: 'https://utdirect.utexas.edu/registrar/ris.WBX',