Skip to content

Commit

Permalink
Add link for pastversions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonroi committed Sep 6, 2024
1 parent 7c3ab87 commit 86bbf7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ export const dropdowns = {
elementText: 'dlPackage',
link: {
path: AppExternalLinks.dlpackage,
isExternal: false,
isExternal: true,
},
},
{
elementText: 'pastversions',
link: {
path: RoutePaths.COMING,
isExternal: false,
path: AppExternalLinks.pastversions,
isExternal: true,
},
},
],
Expand Down

0 comments on commit 86bbf7f

Please sign in to comment.