diff --git a/src/sections/global/career-program/career-program.astro b/src/sections/global/career-program/career-program.astro index 4ab4f4d..6b327a2 100644 --- a/src/sections/global/career-program/career-program.astro +++ b/src/sections/global/career-program/career-program.astro @@ -2,6 +2,7 @@ import type { Courses } from '../../../types/codyops-courses'; import type { Careers } from '../../../types/codyops-careers'; import { toSnakeCase, fromSnakeCase } from '../../../utils'; +import { slugifyCourse } from '../../../utils/text'; type Props = { career: Careers; @@ -82,9 +83,9 @@ const groupedCourses = career.courses?.reduce((acc, courseItem) => {