Skip to content

Refactor sx into components

Lovisa Hedman requested to merge refactorSxIntoComponents into main
  • refactored the components inside the CourseCard components: CourseCardInventory, CourseCardSchedule, CourseCardExplorer
  • these new components are in the cardComponent folder which contains container and typography components
  • refactored the add and remove buttons of the cards into 2 reusable components instead of 4 specific components
  • adjusted the styling to use the theme instead of hardcoded values

Merge request reports