Skip to content

Commit

Permalink
Add notifications redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Oct 11, 2023
1 parent 5494633 commit ca27271
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Routes/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const redirects = [
path: '/settings',
to: '/settings/sources',
},
{
path: '/user-preferences',
to: '/user-preferences/notifications',
},
{
path: '/quay',
to: '/quay/organization',
Expand Down

0 comments on commit ca27271

Please sign in to comment.