Skip to content

Commit

Permalink
Update professor url
Browse files Browse the repository at this point in the history
  • Loading branch information
fung-hei-man committed Jan 8, 2024
1 parent 2aeadb6 commit 113a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/professor.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Professor = () => {
const imageAlt = "The nicest professor in NCKU CSIE is staring at you σ`∀´)σ"
const chineseName = "蔡 孟 勳"
const englishName = "Meng-Hsun Tsai ↗"
const url = "http://imslab.org/~tsaimh/"
const url = "https://www.cs.nycu.edu.tw/~tsaimh/"
const onClick = isSpecialDay() ? handleClickOnSpecialDay : null

return (
Expand Down

0 comments on commit 113a3d3

Please sign in to comment.