Skip to content

Commit

Permalink
Add link to Academy on training center
Browse files Browse the repository at this point in the history
  • Loading branch information
williammck committed Nov 26, 2024
1 parent cb63a12 commit 1a8e461
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/training/(dashboard)/TrainingSideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const TrainingSideNav: React.FC<TrainingSideNavProps> = ({ notifications
alerts: notifications.scheduled_sessions,
},
{ title: 'Request Training', route: 'request' },
{
title: 'Academy Courses',
url: 'https://academy.vatusa.net/course/index.php?categoryid=58',
},
],
},
{
Expand Down

0 comments on commit 1a8e461

Please sign in to comment.