Skip to content

Commit 7179964

Browse files
disable breadcrumb links
1 parent 1d55359 commit 7179964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/main/src/components/ObjectPage/demo.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export const renderDemo = (props) => {
4444
}
4545
breadcrumbs={
4646
<Breadcrumbs currentLocationText="Employee Details">
47-
<Link href="PathSegment1">Manager Cockpit</Link>
48-
<Link href="PathSegment2">My Team</Link>
47+
<Link>Manager Cockpit</Link>
48+
<Link>My Team</Link>
4949
</Breadcrumbs>
5050
}
5151
title={props.title}

0 commit comments

Comments
 (0)