diff --git a/bfrontend/src/Components/Channels/ChannelView.js b/bfrontend/src/Components/Channels/ChannelView.js index ed90a9c..412c7bf 100644 --- a/bfrontend/src/Components/Channels/ChannelView.js +++ b/bfrontend/src/Components/Channels/ChannelView.js @@ -60,7 +60,7 @@ const ChannelView = ({ channels, messages, channel, selectedChannelId, experimen } - {(gradientBannerNotificationText !== undefined) &&
+ {(gradientBannerNotificationText !== undefined) &&
dispatch({ type: "application/updatebannertext", text: undefined }) }> { gradientBannerNotificationText }
} diff --git a/bfrontend/src/Styles/Components/Card.scss b/bfrontend/src/Styles/Components/Card.scss index 1b9a29f..51ab321 100644 --- a/bfrontend/src/Styles/Components/Card.scss +++ b/bfrontend/src/Styles/Components/Card.scss @@ -78,4 +78,5 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + cursor: default; } \ No newline at end of file