chore(ui): added spring 2026 course schedule (#628)

This commit is contained in:
Warith Rahman
2025-10-07 15:26:15 -05:00
committed by GitHub
parent 2e7dac1e3e
commit ae094416fc

View File

@@ -14,6 +14,10 @@ interface LinkItem {
} }
const links: LinkItem[] = [ const links: LinkItem[] = [
{
text: "Spring '26 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20262/',
},
{ {
text: "Fall '25 Course Schedule", text: "Fall '25 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20259/', url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20259/',
@@ -22,10 +26,6 @@ const links: LinkItem[] = [
text: "Summer '25 Course Schedule", text: "Summer '25 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20256/', url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20256/',
}, },
// {
// text: "Spring '25 Course Schedule",
// url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20252/',
// },
{ {
text: 'Course Schedule Archives', text: 'Course Schedule Archives',
url: 'https://registrar.utexas.edu/schedules/archive', url: 'https://registrar.utexas.edu/schedules/archive',
@@ -34,10 +34,10 @@ const links: LinkItem[] = [
text: 'My Degree Audit (IDA)', text: 'My Degree Audit (IDA)',
url: 'https://utdirect.utexas.edu/apps/degree/audits/', url: 'https://utdirect.utexas.edu/apps/degree/audits/',
}, },
// { {
// text: "'24-'25 Academic Calendar", text: "'25-'26 Academic Calendar",
// url: 'https://registrar.utexas.edu/calendars/24-25', url: 'https://registrar.utexas.edu/calendars/25-26',
// }, },
{ {
text: 'Registration Info Sheet (RIS)', text: 'Registration Info Sheet (RIS)',
url: 'https://utdirect.utexas.edu/registrar/ris.WBX', url: 'https://utdirect.utexas.edu/registrar/ris.WBX',