Skip to content

Commit 11e44dd

Browse files
committed
Fix next/prev button on page previously without right nav
1 parent 39632a7 commit 11e44dd

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/connected-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const ConnectedLinks = () => {
3434
container
3535
justify="space-between"
3636
className={clsx(classNames.linksContainer, {
37-
[classNames.withSideNav]: pathname.includes('/renderer/') && !(pathname === '/renderer/installation' || pathname === '/renderer/get-started')
37+
[classNames.withSideNav]: pathname.includes('/renderer/')
3838
})}
3939
>
4040
<Grid item>

0 commit comments

Comments
 (0)