Browse Source

Merge pull request #17612 from abpframework/auto-merge/rel-7-4/2177

Merge branch dev with rel-7.4
pull/17627/head
Enis Necipoglu 3 years ago
committed by GitHub
parent
commit
67c8ece345
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/AspNetCore/Branding.md
  2. 2
      docs/en/UI/Blazor/Branding.md

2
docs/en/UI/AspNetCore/Branding.md

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

2
docs/en/UI/Blazor/Branding.md

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

Loading…
Cancel
Save