From 0f4f774d0ab27ecb9456f88a4129b6e727616e9b Mon Sep 17 00:00:00 2001 From: Qingxiao Ren Date: Fri, 20 Aug 2021 12:03:50 +0800 Subject: [PATCH] Update Customization-Overriding-Components.md --- docs/en/UI/Blazor/Customization-Overriding-Components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/UI/Blazor/Customization-Overriding-Components.md b/docs/en/UI/Blazor/Customization-Overriding-Components.md index 995213f9e7..e62e0a0ff4 100644 --- a/docs/en/UI/Blazor/Customization-Overriding-Components.md +++ b/docs/en/UI/Blazor/Customization-Overriding-Components.md @@ -20,11 +20,11 @@ First, create your logo and place under a folder in your web application. We use ![bookstore-logo-blazor](../../images/bookstore-logo-blazor.png) -The next step is to create a razor component, like `MyBlazor.razor`, in your application: +The next step is to create a razor component, like `MyBranding.razor`, in your application: ![bookstore-logo-blazor](../../images/bookstore-branding-blazor.png) -The content of the `MyBlazor.razor` is shown below: +The content of the `MyBranding.razor` is shown below: ````html @using Volo.Abp.DependencyInjection