Browse Source

Merge pull request #20975 from abpframework/auto-merge/rel-8-3/3043

Merge branch dev with rel-8.3
pull/20976/head
maliming 2 years ago
committed by GitHub
parent
commit
30a2dda9f7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/ui/blazor/branding.md
  2. 2
      docs/en/framework/ui/mvc-razor-pages/branding.md

2
docs/en/framework/ui/blazor/branding.md

@ -24,8 +24,6 @@ namespace MyCompanyName.MyProjectName.Blazor
}
````
> Currently, setting the `AppName` is only applicable to the [Basic Theme](./basic-theme.md), it does not have any effect on the other [official themes](../../../ui-themes).
The result will be like shown below:
![branding-appname](../../../images/branding-appname.png)

2
docs/en/framework/ui/mvc-razor-pages/branding.md

@ -26,8 +26,6 @@ namespace MyProject.Web
}
````
> Currently, setting the `AppName` is only applicable to the [Basic Theme](./basic-theme.md), it does not have any effect on the other [official themes](../../../ui-themes).
The result will be like shown below:
![bookstore-added-logo](../../../images/bookstore-added-logo.png)

Loading…
Cancel
Save