Skip to content

Commit

Permalink
Merge pull request #9862 from abpframework/auto-merge/rel-4-4/527
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Aug 20, 2021
2 parents 9fc5adc + 447e2b7 commit 2f1d11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/UI/Blazor/Customization-Overriding-Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f1d11c

Please sign in to comment.