Merge pull request #9862 from abpframework/auto-merge/rel-4-4/527

pull/9880/head
maliming 4 years ago committed by GitHub
commit 2f1d11c2c9
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