Skip to content

Commit

Permalink
fix: FAQ page link
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Oct 22, 2024
1 parent 532969b commit 7c6e33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export default function Header() {
<a
href={
isSupervisor
? 'https://www.bf.uzh.ch/de/intranet/phd/thesis-supervision.html'
: 'https://www.bf.uzh.ch/en/studies/thesis.html'
? 'https://www.df.uzh.ch/de/intranet/phd/thesis-supervision.html'
: 'https://www.df.uzh.ch/en/studies/thesis.html'
}
target="_blank"
>
Expand Down

0 comments on commit 7c6e33e

Please sign in to comment.