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

pull/17610/head
Engincan VESKE 2 years ago
parent 87c121e48c
commit 9b26296892

@ -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)

@ -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