From 3a8da8d77797ab2bd7933c41764c9222c79b0016 Mon Sep 17 00:00:00 2001 From: Christoph Jerolimov Date: Thu, 18 Jul 2024 15:24:25 +0200 Subject: [PATCH] docs: fix rbac integration code samples (#1905) --- plugins/rbac/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/rbac/README.md b/plugins/rbac/README.md index e013c3346f..eae445e737 100644 --- a/plugins/rbac/README.md +++ b/plugins/rbac/README.md @@ -72,13 +72,13 @@ permission: import { Administration } from '@janus-idp/backstage-plugin-rbac'; export const Root = ({ children }: PropsWithChildren<{}>) => ( - - + + ... ... - - + + ); ```