Skip to content

Commit

Permalink
feat: update useful links (#367)
Browse files Browse the repository at this point in the history
added and rearranged links on calendar sidebar
  • Loading branch information
warithr621 authored Oct 22, 2024
1 parent 86792eb commit cef99c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/views/components/calendar/ImportantLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ const links: LinkItem[] = [
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: 'Course Schedule Archives',
url: 'https://registrar.utexas.edu/schedules/archive',
},
// {
// text: "Summer '24 Course Schedule",
// url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20246/',
// },
{
text: "'24-'25 Academic Calendar",
url: 'https://registrar.utexas.edu/calendars/24-25',
},
{
text: 'Registration Info Sheet',
url: 'https://utdirect.utexas.edu/registrar/ris.WBX',
},
{
text: 'Register For Courses',
text: 'Register for Courses',
url: 'https://utdirect.utexas.edu/registration/chooseSemester.WBX',
},
{
text: 'Degree Audit',
url: 'https://utdirect.utexas.edu/apps/degree/audits/',
},
{
text: 'My Registered Courses',
url: 'https://utdirect.utexas.edu/registration/classlist.WBX',
},
];

/**
Expand Down

0 comments on commit cef99c2

Please sign in to comment.