Skip to content

Commit

Permalink
link to manual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDeSmijter committed May 23, 2024
1 parent 87226c7 commit ab76f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/[locale]/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const NavBar = () => {
const handleBottomItems = (event: React.MouseEvent<HTMLElement>, button: string) => {
switch (button) {
case t('manual'):
//TODO: Route to manual page(in wiki or separate page?)
window.location.href = "https://github.com/SELab-2/UGent-1/blob/user-manual/user_manual/manual.pdf"
break;
case t('github'):
window.location.href = 'https://github.com/SELab-2/UGent-1'
Expand Down

0 comments on commit ab76f6e

Please sign in to comment.