Skip to content

Commit

Permalink
Program schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ambethia committed Aug 3, 2020
1 parent 92e8ada commit 63ead4f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/academy/ProgramSchedule.js
Expand Up @@ -17,20 +17,20 @@ const ProgramSchedule = () => (
</thead>
<tbody>
<tr className="upcoming">
<td>Cohort 18</td>
<td>Cohort 19</td>
<td>
<Link to="/academy/apply">Now Enrolling</Link>
</td>
<td>May 11, 2020</td>
<td>July 31, 2020</td>
<td>August 10, 2020</td>
<td>November 13, 2020</td>
<td>.NET</td>
</tr>
<tr>
<td>Cohort 19</td>
<td>Cohort 20</td>
<td>"</td>
<td>January 2021</td>
<td>April 2021</td>
<td>"</td>
<td>August 10, 2020</td>
<td>November 2020</td>
<td>TBD</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 63ead4f

Please sign in to comment.