From ef591af0ade7ee07f234b773fc620465c83dff21 Mon Sep 17 00:00:00 2001 From: erdemcaygor Date: Tue, 25 Nov 2025 11:17:22 +0300 Subject: [PATCH] docs update --- docs/en/framework/ui/angular/modifying-the-menu.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/framework/ui/angular/modifying-the-menu.md b/docs/en/framework/ui/angular/modifying-the-menu.md index 16e3c30476..eec9e79ba0 100644 --- a/docs/en/framework/ui/angular/modifying-the-menu.md +++ b/docs/en/framework/ui/angular/modifying-the-menu.md @@ -44,7 +44,6 @@ export const appConfig: ApplicationConfig = { Notes - This approach works across themes. If you are using LeptonX, the brand logo component reads these values automatically; you don't need any theme-specific code. -- The `name` property is used for the **brand/logo display** in the UI. For the **browser page title**, ABP uses the `::AppName` localization key from your Domain.Shared layer (`Localization/[ProjectName]/en.json`). - You can still override visuals with CSS variables if desired. See the alternative approach below. ### Alternative: Using CSS Variables (LeptonX Theme)