From 82915bfac7b02a29cef651e6ca3c70fc26e9a261 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Fri, 7 Jul 2023 19:14:18 +0800 Subject: [PATCH] chore: channel title nowrap --- src/routes/chat/ChannelChat/index.tsx | 2 +- src/routes/chat/GuestChannelChat/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/chat/ChannelChat/index.tsx b/src/routes/chat/ChannelChat/index.tsx index 5745314c..b6b60c86 100644 --- a/src/routes/chat/ChannelChat/index.tsx +++ b/src/routes/chat/ChannelChat/index.tsx @@ -119,7 +119,7 @@ function ChannelChat({ cid = 0, dropFiles = [] }: Props) {
- {name} + {name} {description}
diff --git a/src/routes/chat/GuestChannelChat/index.tsx b/src/routes/chat/GuestChannelChat/index.tsx index b7ba2dbe..e34dffa2 100644 --- a/src/routes/chat/GuestChannelChat/index.tsx +++ b/src/routes/chat/GuestChannelChat/index.tsx @@ -28,7 +28,7 @@ export default function GuestChannelChat({ cid = 0 }: Props) {
- {name} + {name} {description}