Skip to content

Commit

Permalink
Derestrict single page
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Jun 21, 2024
1 parent 35537a0 commit 8248b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ createRoute(
'Data help text', // help text renders a tooltip in the site tour for this link
true // whether the link should be visible to unauthenticated users
);
createRoute('Reductions', 'Instruments', '/fia/instruments', 2, 'Data help text', false);
createRoute('Reductions', 'Reduction history', '/fia/reduction-history/ALF', 3, 'Data help text', false);
createRoute('Reductions', 'Instruments', '/fia/instruments', 2, 'Data help text', true);
createRoute('Reductions', 'Reduction history', '/fia/reduction-history/ALF', 3, 'Data help text', true);

// Single-SPA bootstrap methods have no idea what type of inputs may be
// pushed down from the parent app
Expand Down

0 comments on commit 8248b16

Please sign in to comment.