Browse Source

Add a note to the branding documentation to state setting appname is only applicable for basic theme.

pull/17610/head
Engincan VESKE 3 years ago
parent
commit
9b26296892
  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