We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcfd03 commit 2b619a1Copy full SHA for 2b619a1
src/biorepo_components/BiorepoPage.jsx
@@ -59,7 +59,7 @@ export default function BiorepoPage() {
59
}
60
const data = await response.json();
61
const pathname = window.location.pathname.slice(config.CLIENT_ROOT.length);
62
- const breadcrumbData = data[pathname] || [{ name: 'Home', href: '/' }];
+ const breadcrumbData = data[pathname] || [{ name: 'Data & Samples', href: 'https://www.neonscience.org/data-samples' }, { name: 'Sample Portal' }];
63
setBreadcrumbs(breadcrumbData);
64
65
const breadcrumbNav = document.querySelector('nav[data-selenium="neon-page.breadcrumbs"]');
0 commit comments