diff --git a/examples/Demo/Shared/Pages/Dialog/DialogPage.razor b/examples/Demo/Shared/Pages/Dialog/DialogPage.razor
index 8969e00f4e..022860ba43 100644
--- a/examples/Demo/Shared/Pages/Dialog/DialogPage.razor
+++ b/examples/Demo/Shared/Pages/Dialog/DialogPage.razor
@@ -64,17 +64,15 @@
Dialogs are rendered by the <FluentDialogProvider /> component. This component needs to be added to the main layout of your application/site.
You typically do this in the MainLayout.razor file at the end of the <main> section like this:
-
- For the Dialogs to work properly, the
-
- For the Dialogs to work properly, the <FluentDialogProvider/> needs interactivity! <FluentDialogProvider/> needs interactivity! If you are using "per page" interactivity, make sure to add a @@rendermode to
- either the provider itself or the component the provider is placed in.
-
- @@rendermode to
- either the provider itself or the component the provider is placed in.
-
-
+
+ For the Dialogs to work properly, the <FluentDialogProvider/> needs interactivity! If you are using "per page" interactivity, make sure to add a @@rendermode to
+ either the provider itself or the component the provider is placed in.
+
+