change icon for server item with disconnected WS
This commit is contained in:
parent
16524314aa
commit
22564b8182
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ const ServerItem = ({isActive, server}: Props) => {
|
|||
<Text style={styles.name}>{displayName}</Text>
|
||||
{websocketError &&
|
||||
<CompassIcon
|
||||
name='information-outline'
|
||||
name='alert-circle-outline'
|
||||
size={14.4}
|
||||
color={theme.dndIndicator}
|
||||
style={styles.websocket}
|
||||
|
|
|
|||
Loading…
Reference in a new issue