refactor: update text and link components to be polymorphic (#171)

This commit is contained in:
Razboy20
2024-03-15 22:06:36 -05:00
committed by GitHub
parent 61c43962fb
commit d04818ccd8
5 changed files with 55 additions and 38 deletions

View File

@@ -15,12 +15,16 @@ interface LinkItem {
const links: LinkItem[] = [
{
text: "Summer '24 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20242/',
text: "Fall '24 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20249/',
},
{
text: "Fall '24 Course Schedule",
url: 'https://utdirect.utexas.edu/apps/registrar/course_schedule/20236/',
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: 'Registration Info Sheet',