From d4275c421f1036fcf981fc3edfaaac6db1fb8f0f Mon Sep 17 00:00:00 2001 From: Gary Chan Date: Mon, 7 Oct 2024 11:03:57 -0700 Subject: [PATCH] Update TemplatesPage.razor (#2777) Removes extra period. --- examples/Demo/Shared/Pages/TemplatesPage.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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