Skip to content

Commit 1a480e3

Browse files
fix: cohort page styling issues
1 parent c75b369 commit 1a480e3

File tree

1 file changed

+3
-29
lines changed

1 file changed

+3
-29
lines changed

src/components/cohortsStructure/cohortsStructure.tsx

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,9 @@ import { LABELS } from '@/app/labels';
22
import styles from './cohortsStructure.module.css';
33

44
const weeklyStructure = [
5-
{
6-
week: 'Week 1',
7-
title: 'Onboarding & Project Kick-off',
8-
activities: [
9-
'Meet your cohort lead and teammates on Zoom',
10-
'Select a project theme aligned to real industry needs',
11-
'Set up your development environment and project repositories',
12-
],
13-
},
14-
{
15-
week: 'Week 2-5',
16-
title: 'Sprint Cycles',
17-
activities: [
18-
'Define user stories and wireframes using Figma and Miro',
19-
'Develop features in iterative sprints with daily check-ins',
20-
'Attend weekly "office hours" with industry mentors from the Dallas tech scene',
21-
'Participate in code reviews and pair programming sessions',
22-
],
23-
},
24-
{
25-
week: 'Week 6',
26-
title: 'Final Demo & Next Steps',
27-
activities: [
28-
'Present your completed project to the DSD community at our monthly meetup',
29-
'Receive feedback on code, design, and career trajectory from senior developers',
30-
'Join the DSD alumni network for ongoing support and job opportunities',
31-
'Add your project to your portfolio with professional documentation',
32-
],
33-
},
5+
LABELS.cohorts.structure.weeks.week1,
6+
LABELS.cohorts.structure.weeks.week2to5,
7+
LABELS.cohorts.structure.weeks.week6,
348
];
359

3610
interface CohortsStructureProps {

0 commit comments

Comments
 (0)