Skip to content

Commit

Permalink
Update Courses.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
7his15CYS authored Mar 7, 2025
1 parent a84a04a commit f1e78a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/page/Courses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export function Course() {
<h4 className="text-center fw-bold">113學年 第2學期</h4>
<ul>
<li>
<a href="#/Course/2025/SP">安全程式設計 [教學評鑑:Pending...]</a>
<a href="#/Course/2025/SP">安全程式設計</a>
</li>
<li>物件導向程式設計實習 [教學評鑑:Pending...]</li>
<li>物件導向程式設計實習</li>
</ul>
</>

Expand All @@ -30,7 +30,7 @@ export function Course() {
<h4 className="text-center fw-bold">112學年 第2學期</h4>
<ul>
<li>
<a href="#/Course/2024/SP">安全程式設計 [教學評鑑:4.65/5]</a>
<a href="#/Course/2024/SP">安全程式設計</a>
</li>
<li>物件導向程式設計實習 [教學評鑑:4.52/5]</li>
<li>實務專題(二) [教學評鑑:N/A]</li>
Expand Down

0 comments on commit f1e78a4

Please sign in to comment.