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 1d55359 commit 7179964Copy full SHA for 7179964
packages/main/src/components/ObjectPage/demo.stories.tsx
@@ -44,8 +44,8 @@ export const renderDemo = (props) => {
44
}
45
breadcrumbs={
46
<Breadcrumbs currentLocationText="Employee Details">
47
- <Link href="PathSegment1">Manager Cockpit</Link>
48
- <Link href="PathSegment2">My Team</Link>
+ <Link>Manager Cockpit</Link>
+ <Link>My Team</Link>
49
</Breadcrumbs>
50
51
title={props.title}
0 commit comments