Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update course times #18

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Client/Pages/Schedule.razor
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</tr>
<tr>
<td>CPW 209 - Advanced Database Programming</td>
<td>Tuesday 1:00PM - 3:30PM</td>
<td>Tuesday 1:00PM - 3:00PM</td>
</tr>
</table>
<table class="table table-sm table-striped table-hover">
Expand Down Expand Up @@ -95,7 +95,7 @@
</tr>
<tr>
<td>CPW 219 - .NET Web Programming</td>
<td>Thurs 9:30AM - 12:00PM</td>
<td>Thurs 10:00AM - 12:00PM</td>
</tr>
</table>
<table class="table table-sm table-striped table-hover">
Expand Down Expand Up @@ -141,7 +141,7 @@
</tr>
<tr>
<td>CPW 228 - C++</td>
<td>Tues/Thurs 1:00PM - 3:30PM</td>
<td>Tues/Thurs 1:00PM - 3:00PM</td>
</tr>
</table>
@code {
Expand Down
Loading