feat: condense resourceLinks course schedule (#676)

* chore: remove summer 2025 schedule list item

* feat: compress course schedules into one link

* Revise ResourceLinks with Spring '26 schedule

Updated course schedule links for Spring '26.
This commit is contained in:
2025-11-05 16:38:00 -06:00
committed by GitHub
parent e8a8b8e1ae
commit cee5f0284f

View File

@@ -14,17 +14,21 @@ interface LinkItem {
} }
const links: LinkItem[] = [ const links: LinkItem[] = [
// {
// text: "Fall '25 Course Schedule",
// url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20259/',
// },
// {
// text: 'Course Schedule Archives',
// url: 'https://registrar.utexas.edu/schedules/archive',
// },
{ {
text: "Spring '26 Course Schedule", text: "Spring '26 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20262/', url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20262/',
}, },
{ {
text: "Fall '25 Course Schedule", text: 'Other Course Schedules',
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20259/', url: 'https://registrar.utexas.edu/schedules',
},
{
text: 'Course Schedule Archives',
url: 'https://registrar.utexas.edu/schedules/archive',
}, },
{ {
text: 'My Degree Audit (IDA)', text: 'My Degree Audit (IDA)',