From f6fd7cf37a177aed043addeaddd11b6aaad06419 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Tue, 16 May 2023 23:37:47 -0300 Subject: PlatformIndicators: make mobile icon match Discord's (#1160) --- src/plugins/showHiddenChannels/components/HiddenChannelLockScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/showHiddenChannels/components/HiddenChannelLockScreen.tsx') diff --git a/src/plugins/showHiddenChannels/components/HiddenChannelLockScreen.tsx b/src/plugins/showHiddenChannels/components/HiddenChannelLockScreen.tsx index b08ffb4..2d1441a 100644 --- a/src/plugins/showHiddenChannels/components/HiddenChannelLockScreen.tsx +++ b/src/plugins/showHiddenChannels/components/HiddenChannelLockScreen.tsx @@ -209,7 +209,7 @@ function HiddenChannelLockScreen({ channel }: { channel: ExtendedChannel; }) { {(!channel.isGuildVoice() && !channel.isGuildStageVoice()) && ( You can not see the {channel.isForumChannel() ? "posts" : "messages"} of this channel. - {channel.isForumChannel() && topic && topic.length > 0 && "However you may see its guidelines:"} + {channel.isForumChannel() && topic && topic.length > 0 && " However you may see its guidelines:"} )} -- cgit