From 9b26296892e1742cc523971eacbb8c8fa1907645 Mon Sep 17 00:00:00 2001 From: Engincan VESKE <43685404+EngincanV@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:35:42 +0300 Subject: [PATCH] Add a note to the branding documentation to state setting appname is only applicable for basic theme. --- docs/en/UI/AspNetCore/Branding.md | 2 ++ docs/en/UI/Blazor/Branding.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/en/UI/AspNetCore/Branding.md b/docs/en/UI/AspNetCore/Branding.md index 3a729d28db..fbe6ddfc92 100644 --- a/docs/en/UI/AspNetCore/Branding.md +++ b/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) diff --git a/docs/en/UI/Blazor/Branding.md b/docs/en/UI/Blazor/Branding.md index 94bcb2bad5..a71b3669f2 100644 --- a/docs/en/UI/Blazor/Branding.md +++ b/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)