Skip to content

Commit

Permalink
Update schedule.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aryans-15 authored Dec 10, 2024
1 parent 1557cf2 commit 104083b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/schedule/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export default function ScheduleSection() {
<tr>
<td className={styles.td}>12:00 PM - 1:00 PM</td>
<td className={styles.td}></td>
<td className={styles.td}>Getting Started with Web Dev</td>
<td className={styles.td}></td>
<td className={styles.td}>Getting Started with Web Dev</td>
</tr>
<tr>
<td className={styles.td}>1:00 PM - 2:00 PM</td>
Expand All @@ -62,8 +62,8 @@ export default function ScheduleSection() {
<tr>
<td className={styles.td}>3:00 PM - 3:30 PM</td>
<td className={styles.td}></td>
<td className={styles.td}>Building a Chess AI</td>
<td className={styles.td}></td>
<td className={styles.td}>Building a Chess AI</td>
</tr>
<tr>
<td className={styles.td}>3:30 PM - 4:00 PM</td>
Expand Down

0 comments on commit 104083b

Please sign in to comment.