Skip to content

Commit

Permalink
add new courses
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejxgao authored and FranardoHuang committed Nov 21, 2024
1 parent 07e0c9c commit c56facd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ export function SelectCourse() {
<DropdownMenuItem onSelect={() => handleSelect('EE 106B')}>
EE 106B
</DropdownMenuItem>
<DropdownMenuItem onSelect={() => handleSelect('Econ 140')}>
Econ 140
</DropdownMenuItem>
<DropdownMenuItem onSelect={() => handleSelect('CS 294-137')}>
CS 294-137
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuItem onSelect={() => handleSelect('Public Domain Server')}>
Public Domain Server
Expand Down

0 comments on commit c56facd

Please sign in to comment.