mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
PlatformIndicators: make mobile icon match Discord's (#1160)
This commit is contained in:
parent
d53476a32a
commit
f6fd7cf37a
3 changed files with 13 additions and 12 deletions
|
@ -209,7 +209,7 @@ function HiddenChannelLockScreen({ channel }: { channel: ExtendedChannel; }) {
|
|||
{(!channel.isGuildVoice() && !channel.isGuildStageVoice()) && (
|
||||
<Text variant="text-lg/normal">
|
||||
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:"}
|
||||
</Text >
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue