From 83f19336cd1809303dca14971fe895b7b84c3317 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Thu, 3 Oct 2024 16:58:03 +0300 Subject: [PATCH 1/2] Update branding.md --- docs/en/framework/ui/blazor/branding.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/framework/ui/blazor/branding.md b/docs/en/framework/ui/blazor/branding.md index 9fea655eb4..81b4244c25 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) From 497fcc1d0b852048ec5413c61f941870474e057d Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Thu, 3 Oct 2024 17:00:23 +0300 Subject: [PATCH 2/2] Update branding.md --- docs/en/framework/ui/mvc-razor-pages/branding.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/framework/ui/mvc-razor-pages/branding.md b/docs/en/framework/ui/mvc-razor-pages/branding.md index 53d499031c..46c05d7d7e 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)