Skip to content

Commit

Permalink
Fix year
Browse files Browse the repository at this point in the history
  • Loading branch information
briandoyle81CB committed Feb 13, 2024
1 parent 00adfb6 commit 11e5ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/Bootcamp/Dates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export function Dates() {
<div className="grid grid-cols-2">
<div className="text-md font-sans text-white">
<p className="pb-2">
<span className="font-bold">Cohort 4: ~</span> March 4, 2023
<span className="font-bold">Cohort 4: ~</span> March 4, 2024
</p>
<p>
<span className="font-bold">Application deadline:</span> Feb 23, 2023
<span className="font-bold">Application deadline:</span> Feb 23, 2024
</p>

<div className="mt-10 w-[200px]">
Expand Down

0 comments on commit 11e5ae8

Please sign in to comment.