-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ import eorpython from "../../../lib/images/EORpython.png"; | |
import eorthermo from "../../../lib/images/EORthermo.png"; | ||
import sigcse2023 from "../../../lib/images/sigcse2023.png"; | ||
import cs233Image from "../../../lib/images/cs-233.png"; | ||
import yorkjonatanImage from "../../../lib/images/york-jonatan.png"; | ||
import ece6353fraida from "../../../lib/images/ece6353fraida.png"; | ||
|
||
interface SharedQuestionCardProps { | ||
|
@@ -217,14 +216,6 @@ export default function Courses() { | |
github="https://github.com/PrairieLearn/pl-prairielearn101" | ||
></SharedQuestionCard> | ||
|
||
<SharedQuestionCard | ||
image={yorkjonatanImage} | ||
title="Miscellaneous Computer Systems Topics" | ||
href="https://ca.prairielearn.com/pl/course_instance/2284" | ||
ownerName="Jonatan Schroeder" | ||
ownerEmail="[email protected]" | ||
></SharedQuestionCard> | ||
|
||
<SharedQuestionCard | ||
image={ece6353fraida} | ||
title="Internet Architecture and Protocols" | ||
|