diff --git a/examples/Demo/Shared/Pages/TemplatesPage.razor b/examples/Demo/Shared/Pages/TemplatesPage.razor index 805a549a11..4739c6622e 100644 --- a/examples/Demo/Shared/Pages/TemplatesPage.razor +++ b/examples/Demo/Shared/Pages/TemplatesPage.razor @@ -35,7 +35,7 @@
IMPORTANT!! -

Just as with the standard Blazor Web App template, Blazor will use SSR by default. If you want to have interactive components, make sure you add a rendermode to the app, page or component.!

+

Just as with the standard Blazor Web App template, Blazor will use SSR by default. If you want to have interactive components, make sure you add a rendermode to the app, page or component!

Installation