Skip to content

Commit

Permalink
Updated dates for fa23 i think
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyyHuang committed Jul 28, 2023
1 parent fb0389d commit dcedb9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/SchedulePage/SchedulePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function SchedulePage(props) {
<div className="text-wrapper">
<div className="header">
<h1>CS 198-075/750: Introduction to Building Apps</h1>
<h2>UC Berkeley, Spring 2023</h2>
<h2>UC Berkeley, Fall 2023</h2>
</div>
<div class="wrapper">
<div class="tabs">
Expand Down
2 changes: 1 addition & 1 deletion src/components/SolutionsPage/SolutionsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function SolutionsPage(props) {
<div className="text-wrapper">
<div className="header">
<h1>CS 198-075/750: Introduction to Building Apps</h1>
<h2>UC Berkeley, Spring 2023</h2>
<h2>UC Berkeley, Fall 2023</h2>
</div>
<div class="wrapper">
<div class="tabs">
Expand Down

0 comments on commit dcedb9e

Please sign in to comment.