From 8278c6d0f8d908a4865fa5e91198a57e7888b2c6 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 14 Jun 2022 09:08:41 +0800 Subject: [PATCH 1/2] Update Basic-Theme.md --- docs/en/UI/Blazor/Basic-Theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Blazor/Basic-Theme.md b/docs/en/UI/Blazor/Basic-Theme.md index 1d2dfb5c11..4906527756 100644 --- a/docs/en/UI/Blazor/Basic-Theme.md +++ b/docs/en/UI/Blazor/Basic-Theme.md @@ -87,7 +87,7 @@ See the [Customization / Overriding Components](Customization-Overriding-Compone ### Copy & Customize -You can run the following [ABP CLI](../../CLI.md) command in **Blazor WebAssembly** project directory to copy the source code to your solution: +You can run the following [ABP CLI](../../CLI.md) command in **Blazor{{if UI == "Blazor"}}WebAssembly{{end}}** project directory to copy the source code to your solution: {{if UI == "Blazor"}} From 384a8651699869f34eb97959f79783473775c02d Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 14 Jun 2022 09:18:04 +0800 Subject: [PATCH 2/2] Update Basic-Theme.md --- docs/en/UI/Blazor/Basic-Theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Blazor/Basic-Theme.md b/docs/en/UI/Blazor/Basic-Theme.md index 4906527756..2cd0914e2f 100644 --- a/docs/en/UI/Blazor/Basic-Theme.md +++ b/docs/en/UI/Blazor/Basic-Theme.md @@ -87,7 +87,7 @@ See the [Customization / Overriding Components](Customization-Overriding-Compone ### Copy & Customize -You can run the following [ABP CLI](../../CLI.md) command in **Blazor{{if UI == "Blazor"}}WebAssembly{{end}}** project directory to copy the source code to your solution: +You can run the following [ABP CLI](../../CLI.md) command in **Blazor{{if UI == "Blazor"}}WebAssembly{{else}} Server{{end}}** project directory to copy the source code to your solution: {{if UI == "Blazor"}}