From 8ff8465daa917da9bea4019f7b8ca4eb8e46e1b0 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 13 Aug 2024 07:11:10 -0700 Subject: [PATCH] Fixed #15525 --- CHANGELOG.md | 1 + src/templates/_layouts/components/global-sidebar.twig | 10 ++++++++-- src/web/assets/cp/dist/css/cp.css | 2 +- src/web/assets/cp/dist/css/cp.css.map | 2 +- src/web/assets/cp/src/css/_cp.scss | 10 ++++++++++ 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224d59b4ff1..75ab91c746d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Fixed a bug where the system name in the control panel’s global sidebar was getting hyperlinked even if the primary site didn’t have a URL. ([#15525](https://github.com/craftcms/cms/issues/15525)) - Fixed a right-to-left styling issue. ## 4.11.2 - 2024-08-12 diff --git a/src/templates/_layouts/components/global-sidebar.twig b/src/templates/_layouts/components/global-sidebar.twig index d6804c6db67..475890cb690 100644 --- a/src/templates/_layouts/components/global-sidebar.twig +++ b/src/templates/_layouts/components/global-sidebar.twig @@ -1,5 +1,11 @@