Skip to content

Commit

Permalink
KAN-20 Add missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
leslieyip02 committed Mar 3, 2024
1 parent d94fcd6 commit 58dcdde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layout/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function NavigationMenu() {
'About': '/about',
'Events': '/events',
'Resources': '/resources',
'Photos': '/photos',
'Photos': 'https://www.flickr.com/photos/137141057@N04/albums/',
};

return (
Expand Down
4 changes: 2 additions & 2 deletions src/pages/resources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ function Resources() {
link='https://nusfastpay.nus.edu.sg/ccmerch/menu'
></FolderLink>
<FolderLink
label='Others'
link='/'
label='Feedback'
link='https://feedback.nuscomputing.com/'
></FolderLink>
</div>
</div>
Expand Down

0 comments on commit 58dcdde

Please sign in to comment.