Update Customization-Overriding-Components.md

pull/9861/head
Qingxiao Ren 4 years ago committed by GitHub
parent 9575887861
commit 0f4f774d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save