11-migrate-careers-db #12

Merged
giacchetta merged 8 commits from 11-migrate-careers-db into main 2025-08-20 19:23:09 -03:00
Showing only changes of commit 3fa78d78c8 - Show all commits

View File

@ -1,6 +1,6 @@
---
import type { Courses } from '../../../types/codyops-courses';
import { toSnakeCase } from '../../../utils';
import { toSnakeCase, fromSnakeCase } from '../../../utils';
type Props = {
list?: Courses[];
@ -37,7 +37,7 @@ const groupedCourses = list?.reduce((acc, course) => {
>
<div class="flex-grow-1 ps-3">
<div class="row">
<div class="col-8 text-white">{category}</div>
<div class="col-8 text-white">{fromSnakeCase(category)}</div>
<!-- End Col -->
<div class="col-4 text-end">