diff --git a/documentation/docs/ui-integrations/ant-design/components/breadcrumb/index.md b/documentation/docs/ui-integrations/ant-design/components/breadcrumb/index.md index 4ce98b7730db..b39c0f822e25 100644 --- a/documentation/docs/ui-integrations/ant-design/components/breadcrumb/index.md +++ b/documentation/docs/ui-integrations/ant-design/components/breadcrumb/index.md @@ -80,6 +80,9 @@ const PostList = () => { return (

Content of your list page...

+ + Show Post 123 +
); }; @@ -87,12 +90,8 @@ const PostList = () => { setInitialRoutes(["/posts/show/123"]); render( - - + - - } /> - } /> - + + } /> + } /> + - - , + + , ); ```