Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
A lazy commit.
  • Loading branch information
ambethia committed Feb 3, 2021
1 parent f93e297 commit 06a04eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/academy/part-time/index.js
Expand Up @@ -118,8 +118,8 @@ const PartTimeCourses = () => (
title="Web Development Test Drive"
image={wdtd}
path="/academy/part-time/test-drive"
month="September"
day={19}
month="February"
day={20}
days={['Sat']}
tags={['6-WEEKS', 'BEGINNER']}
time="10:00 a.m. - 3:00 p.m."
Expand Down
4 changes: 2 additions & 2 deletions src/pages/academy/part-time/test-drive.js
Expand Up @@ -23,13 +23,13 @@ const TestDriveCourse = ({ data }) => (
<div className="level-item has-text-centered">
<div>
<p className="heading">Start Date</p>
<p className="title is-5">September 19, 2020</p>
<p className="title is-5">February 20, 2021</p>
</div>
</div>
<div className="level-item has-text-centered">
<div>
<p className="heading">End Date</p>
<p className="title is-5">October 24, 2020</p>
<p className="title is-5">March 27, 2021</p>
</div>
</div>
<div className="level-item has-text-centered">
Expand Down

0 comments on commit 06a04eb

Please sign in to comment.