Skip to content

Commit ef4c985

Browse files
committed
Fix link to example
1 parent 0325cdd commit ef4c985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/app/src/components/common/example-link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const ExampleLink = ({ to, text = 'To example' }) => {
1515
return (
1616
<React.Fragment>
1717
<div style={{ float: 'right' }}>
18-
<RouterLink href={ `/component-example/${to}` }>
18+
<RouterLink href={ `/component-example?component=${to}` }>
1919
<a className={ classes.toExampleLink }>
2020
<Button color="primary" >{ text }</Button>
2121
</a>

0 commit comments

Comments
 (0)