From 91aa33875ae9ae617823494a628f3140b63e1e7b Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Fri, 1 Nov 2024 14:53:29 -0700 Subject: [PATCH] And, having figured that out, make the documentation match. --- web/src/elements/stories/LoadingOverlay.docs.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/elements/stories/LoadingOverlay.docs.mdx b/web/src/elements/stories/LoadingOverlay.docs.mdx index 9eb8bf9427..39865c9778 100644 --- a/web/src/elements/stories/LoadingOverlay.docs.mdx +++ b/web/src/elements/stories/LoadingOverlay.docs.mdx @@ -20,9 +20,9 @@ import "@goauthentik/elements/LoadingOverlay.js"; Note that the content of an alert _must_ be a valid HTML component; plain text does not work here. ```html - - >This would display in the "body" slot +This would display in the "body" slot of the enclosing EmptyState object. ``` ## Demo