diff --git a/docs/en/framework/ui/blazor/branding.md b/docs/en/framework/ui/blazor/branding.md index 9fea655eb4e..81b4244c257 100644 --- a/docs/en/framework/ui/blazor/branding.md +++ b/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) diff --git a/docs/en/framework/ui/mvc-razor-pages/branding.md b/docs/en/framework/ui/mvc-razor-pages/branding.md index 53d499031c3..46c05d7d7e4 100644 --- a/docs/en/framework/ui/mvc-razor-pages/branding.md +++ b/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)