UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4bf7b27e authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'breadcrumb-fix' into 'master'

use hash rather than absolute

See merge request platform-one/private/bullhorn/platform1-site!67
parents 9b4d89f6 7fdb97ff
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ export default {
if (routeMap[currentPath]) {
breadcrumbArray.push({
path: currentPath,
href: currentPath,
href: `#${currentPath}`,
text: routeMap[currentPath]
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment