Skip to content

Commit

Permalink
docs: fix rbac integration code samples (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-jerolimov authored Jul 18, 2024
1 parent 3173d79 commit 3a8da8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/rbac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ permission:
import { Administration } from '@janus-idp/backstage-plugin-rbac';

export const Root = ({ children }: PropsWithChildren<{}>) => (
<SidebarPage>
<Sidebar>
<SidebarPage>
<Sidebar>
...
<Administration />
...
<Sidebar>
</SidebarPage>
</Sidebar>
</SidebarPage>
);
```

Expand Down

0 comments on commit 3a8da8d

Please sign in to comment.