Skip to content

Commit 2b619a1

Browse files
committed
changed default breadcrumb
1 parent edcfd03 commit 2b619a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/biorepo_components/BiorepoPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function BiorepoPage() {
5959
}
6060
const data = await response.json();
6161
const pathname = window.location.pathname.slice(config.CLIENT_ROOT.length);
62-
const breadcrumbData = data[pathname] || [{ name: 'Home', href: '/' }];
62+
const breadcrumbData = data[pathname] || [{ name: 'Data & Samples', href: 'https://www.neonscience.org/data-samples' }, { name: 'Sample Portal' }];
6363
setBreadcrumbs(breadcrumbData);
6464

6565
const breadcrumbNav = document.querySelector('nav[data-selenium="neon-page.breadcrumbs"]');

0 commit comments

Comments
 (0)