diff --git a/src/index.tsx b/src/index.tsx index 562e2e2..a67ec61 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -62,10 +62,10 @@ createRoute( '/fia', // route the link should link to 1, // how high up in the section should your link be - ascending order '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 + false // whether the link should be visible to unauthenticated users ); -createRoute('Reductions', 'Instruments', '/fia/instruments', 2, 'Data help text', true); -createRoute('Reductions', 'Reduction history', '/fia/reduction-history/ALF', 3, 'Data help text', true); +createRoute('Reductions', 'Instruments', '/fia/instruments', 2, 'Data help text', false); +createRoute('Reductions', 'Reduction history', '/fia/reduction-history/ALF', 3, 'Data help text', false); // Single-SPA bootstrap methods have no idea what type of inputs may be // pushed down from the parent app