Skip to content

Commit

Permalink
Updated the URL links for the breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespaologarcia committed Oct 5, 2023
1 parent f2c9381 commit 0c2834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/breadcrumb-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function getRegistryDashboardBreadcrumb (): BreadcrumbIF {
const registryHomeUrl = sessionStorage.getItem('REGISTRY_HOME_URL')
return {
text: 'BC Registries and Online Services',
href: `${registryHomeUrl}dashboard/${getParams()}`
href: `${registryHomeUrl}`
}
}
export function getUserDashboardBreadcrumb (): BreadcrumbIF {
Expand Down

0 comments on commit 0c2834d

Please sign in to comment.