From 1d4ef460acb5faec8ae1f2bb94eed866aad9f6f4 Mon Sep 17 00:00:00 2001 From: David Battersby Date: Wed, 21 Feb 2024 17:53:04 +0800 Subject: [PATCH] UX: chat channel title links to channel settings (#25785) --- .../discourse/components/chat/navbar/channel-title.gjs | 2 +- plugins/chat/spec/system/drawer_spec.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/chat/assets/javascripts/discourse/components/chat/navbar/channel-title.gjs b/plugins/chat/assets/javascripts/discourse/components/chat/navbar/channel-title.gjs index b99092b97d4..036d23855c0 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat/navbar/channel-title.gjs +++ b/plugins/chat/assets/javascripts/discourse/components/chat/navbar/channel-title.gjs @@ -4,7 +4,7 @@ import ChannelTitle from "discourse/plugins/chat/discourse/components/channel-ti const ChatNavbarChannelTitle =